mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 01:37:20 +00:00
node-debug2@1.8.0
This commit is contained in:
parent
78d34e34ad
commit
dd4ceaae3d
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ const nodeModules = ['electron', 'original-fs']
|
|||
|
||||
const builtInExtensions = [
|
||||
{ name: 'ms-vscode.node-debug', version: '1.7.8' },
|
||||
{ name: 'ms-vscode.node-debug2', version: '1.7.2' }
|
||||
{ name: 'ms-vscode.node-debug2', version: '1.8.0' }
|
||||
];
|
||||
|
||||
const vscodeEntryPoints = _.flatten([
|
||||
|
|
Loading…
Reference in a new issue