From a84b52fe8a8f38c4bf9798d1318d50d05905527e Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Thu, 20 Apr 2017 23:32:59 +0200 Subject: [PATCH] node-debug@1.12.6 --- 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 11b8d953283..cc67dfb7294 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -41,7 +41,7 @@ const nodeModules = ['electron', 'original-fs'] // Build const builtInExtensions = [ - { name: 'ms-vscode.node-debug', version: '1.12.5' }, + { name: 'ms-vscode.node-debug', version: '1.12.6' }, { name: 'ms-vscode.node-debug2', version: '1.12.2' } ];