From dcee2202709a4f223185514b9275aa4229841aa7 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Tue, 7 Nov 2017 21:52:12 -0800 Subject: [PATCH] Bump node-debug2 (loc) --- 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 31f3e0efe5d..2f0396a5a8e 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -46,7 +46,7 @@ const nodeModules = ['electron', 'original-fs'] const builtInExtensions = [ { name: 'ms-vscode.node-debug', version: '1.18.3' }, - { name: 'ms-vscode.node-debug2', version: '1.18.4' } + { name: 'ms-vscode.node-debug2', version: '1.18.5' } ]; const excludedExtensions = [ -- GitLab