mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
get node-debug from marketplace
This commit is contained in:
@@ -38,7 +38,7 @@ const nodeModules = ['electron', 'original-fs']
|
|||||||
// Build
|
// Build
|
||||||
|
|
||||||
const builtInExtensions = [
|
const builtInExtensions = [
|
||||||
// { name: 'vscodevim.vim', version: '0.2.0' }
|
{ name: 'ms-vscode.node-debug', version: '1.6.1' }
|
||||||
];
|
];
|
||||||
|
|
||||||
const vscodeEntryPoints = _.flatten([
|
const vscodeEntryPoints = _.flatten([
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "node-debug-placeholder",
|
"name": "node-debug-placeholder",
|
||||||
"version": "0.10.0",
|
"version": "1.6.0",
|
||||||
"publisher": "vscode",
|
"publisher": "vscode",
|
||||||
"engines": {
|
"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