From c82fcf27eef1722bfc27ade93f9018d617560793 Mon Sep 17 00:00:00 2001 From: roblou Date: Thu, 12 Jan 2017 18:01:35 -0800 Subject: [PATCH] node-debug2@1.9.4 --- 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 729d8d5dd90..ab0267d9142 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -40,7 +40,7 @@ const nodeModules = ['electron', 'original-fs'] const builtInExtensions = [ { name: 'ms-vscode.node-debug', version: '1.9.6' }, - { name: 'ms-vscode.node-debug2', version: '1.9.2' } + { name: 'ms-vscode.node-debug2', version: '1.9.4' } ]; const vscodeEntryPoints = _.flatten([ -- GitLab