提交 28b1636b 编写于 作者: A Andre Weinand

fix launch config names; fixes #16748

上级 d1677286
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
{ {
"type": "extensionHost", "type": "extensionHost",
"request": "launch", "request": "launch",
"name": "VSCode API Tests", "name": "VS Code API Tests",
"runtimeExecutable": "${execPath}", "runtimeExecutable": "${execPath}",
"args": [ "args": [
"${workspaceRoot}/extensions/vscode-api-tests/testWorkspace", "${workspaceRoot}/extensions/vscode-api-tests/testWorkspace",
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
{ {
"type": "extensionHost", "type": "extensionHost",
"request": "launch", "request": "launch",
"name": "VSCode Tokenizer Tests", "name": "VS Code Tokenizer Tests",
"runtimeExecutable": "${execPath}", "runtimeExecutable": "${execPath}",
"args": [ "args": [
"${workspaceRoot}/extensions/vscode-colorize-tests/test", "${workspaceRoot}/extensions/vscode-colorize-tests/test",
...@@ -83,14 +83,14 @@ ...@@ -83,14 +83,14 @@
{ {
"type": "chrome", "type": "chrome",
"request": "attach", "request": "attach",
"name": "Attach to VSCode", "name": "Attach to VS Code",
"port": 9222, "port": 9222,
"sourceMaps": true "sourceMaps": true
}, },
{ {
"type": "chrome", "type": "chrome",
"request": "launch", "request": "launch",
"name": "Launch VSCode", "name": "Launch VS Code",
"windows": { "windows": {
"runtimeExecutable": "${workspaceRoot}/scripts/code.bat" "runtimeExecutable": "${workspaceRoot}/scripts/code.bat"
}, },
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
{ {
"type": "node", "type": "node",
"request": "launch", "request": "launch",
"name": "Debug monaco", "name": "Debug Monaco",
"program": "${workspaceRoot}/build/lib/monaco.js", "program": "${workspaceRoot}/build/lib/monaco.js",
"cwd": "${workspaceRoot}/build/lib" "cwd": "${workspaceRoot}/build/lib"
// , // ,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册