From cfeac5b418aae99aac54f9d8dc0c10192b590aea Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Wed, 26 Jul 2017 17:10:50 +0200 Subject: [PATCH] node-debug@1.15.17 --- 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 98cd7e8f6ab..1d3fd0cd5fb 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.16' }, + { name: 'ms-vscode.node-debug', version: '1.15.17' }, { name: 'ms-vscode.node-debug2', version: '1.14.5' } ];