move auto-attach into new built-in extension; fixes #53586

This commit is contained in:
Andre Weinand
2018-07-12 16:40:39 +02:00
parent 076a754a1c
commit bf7ac9201e
13 changed files with 650 additions and 1 deletions

9
.vscode/launch.json vendored
View File

@@ -236,6 +236,15 @@
"VSCODE_DEV": "1",
"VSCODE_CLI": "1"
}
},
{
"name": "Launch Built-in Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceRoot}/extensions/debug-auto-launch"
]
}
],
"compounds": [