diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index 3fce3ba3e9c..3953e53b1b8 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -40,7 +40,7 @@ const nodeModules = ['electron', 'original-fs'] // Build const builtInExtensions = [ - { name: 'ms-vscode.node-debug', version: '1.9.11' }, + { name: 'ms-vscode.node-debug', version: '1.9.12' }, { name: 'ms-vscode.node-debug2', version: '1.9.10' } ];