Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Lourens <roblourens@gmail.com>2017-10-05 00:46:16 +0300
committerRob Lourens <roblourens@gmail.com>2017-10-05 00:46:22 +0300
commitbe377c0faf7574a59f84940f593a6849f12e4de7 (patch)
tree54caec96968b25c71479da8f2f0323193c9c11d4
parentf6ef4bef42fa2948426c99fefa340235e67a0c5e (diff)
bump node-debug (loc)1.17.0
-rw-r--r--build/gulpfile.vscode.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js
index cd494ee886f..987d9152670 100644
--- a/build/gulpfile.vscode.js
+++ b/build/gulpfile.vscode.js
@@ -45,7 +45,7 @@ const nodeModules = ['electron', 'original-fs']
// Build
const builtInExtensions = [
- { name: 'ms-vscode.node-debug', version: '1.17.17' },
+ { name: 'ms-vscode.node-debug', version: '1.17.18' },
{ name: 'ms-vscode.node-debug2', version: '1.17.6' }
];