提交 ecc140e8 编写于 作者: I isidor

adaopt presentationHint in our launch.json

上级 d27ed199
......@@ -19,7 +19,10 @@
"restart": true,
"outFiles": [
"${workspaceFolder}/out/**/*.js"
]
],
"presentation": {
"hidden": true,
}
},
{
"type": "chrome",
......@@ -35,7 +38,10 @@
"port": 5876,
"outFiles": [
"${workspaceFolder}/out/**/*.js"
]
],
"presentation": {
"hidden": true,
}
},
{
"type": "node",
......@@ -53,7 +59,10 @@
"port": 5875,
"outFiles": [
"${workspaceFolder}/out/**/*.js"
]
],
"presentation": {
"hidden": true,
}
},
{
"type": "extensionHost",
......@@ -67,7 +76,11 @@
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
]
],
"presentation": {
"group": "5_tests",
"order": 6
}
},
{
"type": "extensionHost",
......@@ -82,7 +95,11 @@
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
]
],
"presentation": {
"group": "5_tests",
"order": 3
}
},
{
"type": "extensionHost",
......@@ -96,7 +113,11 @@
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
]
],
"presentation": {
"group": "5_tests",
"order": 4
}
},
{
"type": "extensionHost",
......@@ -110,13 +131,20 @@
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
]
],
"presentation": {
"group": "5_tests",
"order": 5
}
},
{
"type": "chrome",
"request": "attach",
"name": "Attach to VS Code",
"port": 9222
"port": 9222,
"presentation": {
"hidden": true
}
},
{
"type": "chrome",
......@@ -142,7 +170,10 @@
"--inspect=5875",
"--no-cached-data"
],
"webRoot": "${workspaceFolder}"
"webRoot": "${workspaceFolder}",
"presentation": {
"hidden": true
}
},
{
"type": "node",
......@@ -157,7 +188,11 @@
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
]
],
"presentation": {
"group": "2_launch",
"order": 1
}
},
{
"type": "node",
......@@ -167,13 +202,21 @@
"runtimeArgs": [
"web"
],
"presentation": {
"group": "2_launch",
"order": 2
}
},
{
"type": "chrome",
"request": "launch",
"name": "Launch VS Code (Web, Chrome)",
"url": "http://localhost:8080",
"preLaunchTask": "Run web"
"preLaunchTask": "Run web",
"presentation": {
"group": "2_launch",
"order": 3
}
},
{
"type": "node",
......@@ -184,7 +227,11 @@
"cwd": "${workspaceFolder}/extensions/git",
"outFiles": [
"${workspaceFolder}/extensions/git/out/**/*.js"
]
],
"presentation": {
"group": "5_tests",
"order": 10
}
},
{
"type": "extensionHost",
......@@ -198,7 +245,11 @@
],
"outFiles": [
"${workspaceFolder}/extensions/markdown-language-features/out/**/*.js"
]
],
"presentation": {
"group": "5_tests",
"order": 7
}
},
{
"type": "extensionHost",
......@@ -212,7 +263,11 @@
],
"outFiles": [
"${workspaceFolder}/extensions/typescript-language-features/out/**/*.js"
]
],
"presentation": {
"group": "5_tests",
"order": 8
}
},
{
"type": "node",
......@@ -236,6 +291,9 @@
],
"env": {
"MOCHA_COLORS": "true"
},
"presentation": {
"hidden": true
}
},
{
......@@ -276,39 +334,44 @@
"Launch VS Code",
"Attach to Main Process",
"Attach to Extension Host"
]
],
"presentation": {
"group": "1_vscode",
"order": 1
}
},
{
"name": "Search and Renderer processes",
"configurations": [
"Launch VS Code",
"Attach to Search Process"
]
],
"presentation": {
"group": "1_vscode",
"order": 4
}
},
{
"name": "Renderer and Extension Host processes",
"configurations": [
"Launch VS Code",
"Attach to Extension Host"
]
],
"presentation": {
"group": "1_vscode",
"order": 3
}
},
{
"name": "Debug Unit Tests",
"configurations": [
"Attach to VS Code",
"Run Unit Tests"
]
},
{
"type": "node",
"request": "launch",
"name": "HTML Unit Tests",
"program": "${workspaceFolder}/extensions/html-language-features/server/node_modules/mocha/bin/_mocha",
"stopOnEntry": false,
"cwd": "${workspaceFolder}/extensions/html-language-features/server",
"outFiles": [
"${workspaceFolder}/extensions/html-language-features/server/out/**/*.js"
]
},
],
"presentation": {
"group": "1_vscode",
"order": 2
}
}
]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册