diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index 453b44df066..89cd47827bb 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -42,7 +42,7 @@ const nodeModules = ['electron', 'original-fs'] // Build const builtInExtensions = [ - { name: 'ms-vscode.node-debug', version: '1.14.2' }, + { name: 'ms-vscode.node-debug', version: '1.14.3' }, { name: 'ms-vscode.node-debug2', version: '1.14.0' } ];