From 374ba00982cc033eae547052b9d3dec1ea693662 Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Thu, 20 Apr 2017 00:35:19 +0200 Subject: [PATCH] node-debug@1.12.5 --- 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 e6a01e5a473..1a1db63ca63 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -41,7 +41,7 @@ const nodeModules = ['electron', 'original-fs'] // Build const builtInExtensions = [ - { name: 'ms-vscode.node-debug', version: '1.12.4' }, + { name: 'ms-vscode.node-debug', version: '1.12.5' }, { name: 'ms-vscode.node-debug2', version: '1.12.1' } ]; -- GitLab