From 25795717b3cb315e1ca4946b30c5037227228ab6 Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Wed, 26 Jul 2017 13:14:14 +0200 Subject: [PATCH] node-debug@1.15.16 --- 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 198e50387c4..0c8959d77c2 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -43,7 +43,7 @@ const nodeModules = ['electron', 'original-fs'] // Build const builtInExtensions = [ - { name: 'ms-vscode.node-debug', version: '1.15.15' }, + { name: 'ms-vscode.node-debug', version: '1.15.16' }, { name: 'ms-vscode.node-debug2', version: '1.14.5' } ]; -- GitLab