diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index 0834e22252f..c2014dba990 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.10' }, + { name: 'ms-vscode.node-debug', version: '1.12.11' }, { name: 'ms-vscode.node-debug2', version: '1.12.3' } ];