From cdab571a2ba918c93185f79419a4f6bddaa7fc25 Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Wed, 26 Oct 2016 17:51:46 +0200 Subject: [PATCH] update node-debug --- 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 40a551bbb48..87fe83151c9 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -39,7 +39,7 @@ const nodeModules = ['electron', 'original-fs'] // Build const builtInExtensions = [ - { name: 'ms-vscode.node-debug', version: '1.7.6' }, + { name: 'ms-vscode.node-debug', version: '1.7.7' }, { name: 'ms-vscode.node-debug2', version: '1.7.0' } ]; -- GitLab