diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index 87aa631d3a151..6ccf3a5d76444 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -45,7 +45,7 @@ const nodeModules = ['electron', 'original-fs'] // Build const builtInExtensions = [ - { name: 'ms-vscode.node-debug', version: '1.19.1' }, + { name: 'ms-vscode.node-debug', version: '1.19.3' }, { name: 'ms-vscode.node-debug2', version: '1.19.0' } ];