mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Fixing compile error caused by TS 2.0.3
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"vscode-extension-telemetry": "^0.0.5",
|
||||
"vscode-nls": "^2.0.0"
|
||||
"vscode-nls": "^2.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:typescript ./tsconfig.json",
|
||||
|
||||
Reference in New Issue
Block a user