From 3933d115ec66f0bac93712b9083521dbd8e6fb81 Mon Sep 17 00:00:00 2001 From: isidor Date: Thu, 29 Sep 2016 10:46:56 +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 9caa046b780..dabac01f5ab 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.6.7' }, + { name: 'ms-vscode.node-debug', version: '1.6.8' }, { name: 'ms-vscode.node-debug2', version: '0.0.7' } ]; -- GitLab