mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:18:59 -05:00
get node-debug from marketplace
This commit is contained in:
@@ -38,7 +38,7 @@ const nodeModules = ['electron', 'original-fs']
|
||||
// Build
|
||||
|
||||
const builtInExtensions = [
|
||||
// { name: 'vscodevim.vim', version: '0.2.0' }
|
||||
{ name: 'ms-vscode.node-debug', version: '1.6.1' }
|
||||
];
|
||||
|
||||
const vscodeEntryPoints = _.flatten([
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "node-debug-placeholder",
|
||||
"version": "0.10.0",
|
||||
"version": "1.6.0",
|
||||
"publisher": "vscode",
|
||||
"engines": {
|
||||
"vscode": "0.10.x"
|
||||
"vscode": "1.6.x"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"account": "monacobuild",
|
||||
"container": "debuggers",
|
||||
"zip": "7691f62/node-debug.zip",
|
||||
"output": ""
|
||||
}
|
||||
Reference in New Issue
Block a user