From abbda286b00dcf6034ddc51902cd03f2ab3cb6ce Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Mon, 17 Jul 2017 16:56:43 +0200 Subject: [PATCH] node-debug@1.15.5 --- build/gulpfile.vscode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index 9f746ef72cb..ffc17438379 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -43,7 +43,7 @@ const nodeModules = ['electron', 'original-fs'] // Build const builtInExtensions = [ - { name: 'ms-vscode.node-debug', version: '1.15.4' }, + { name: 'ms-vscode.node-debug', version: '1.15.5' }, { name: 'ms-vscode.node-debug2', version: '1.14.5' } ];