From f1fabf416c1e6a69065f54bc529d295275641f0d Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Fri, 14 Oct 2016 16:59:13 +0200 Subject: [PATCH] update node-debug for hit counts --- 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 509ad6adf90..a8955c776b7 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.7.1' }, + { name: 'ms-vscode.node-debug', version: '1.7.2' }, { name: 'ms-vscode.node-debug2', version: '0.0.8' } ]; -- GitLab