From 3383ef7de0828bf507b7c4592e83aecdbb12b9dd Mon Sep 17 00:00:00 2001 From: isidor Date: Fri, 7 Oct 2016 13:47:54 +0200 Subject: [PATCH] use node-debug version 1.6.9 #13336 --- 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 af5a5fe1fc3..626358bbce4 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.8' }, + { name: 'ms-vscode.node-debug', version: '1.6.9' }, { name: 'ms-vscode.node-debug2', version: '0.0.7' } ]; -- GitLab