From bd0338b04aaf81dd9bf0b710aa976628e528df10 Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Mon, 23 Oct 2017 15:10:13 +0200 Subject: [PATCH] node-debug@1.18.2 --- 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 beb618c5195..83499a05144 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -45,7 +45,7 @@ const nodeModules = ['electron', 'original-fs'] // Build const builtInExtensions = [ - { name: 'ms-vscode.node-debug', version: '1.18.1' }, + { name: 'ms-vscode.node-debug', version: '1.18.2' }, { name: 'ms-vscode.node-debug2', version: '1.18.3' } ]; -- GitLab