Skip to content

Commit c5e8b23

Browse files
committed
clean launch.json
1 parent 174f63a commit c5e8b23

1 file changed

Lines changed: 11 additions & 24 deletions

File tree

.vscode/launch.json

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,20 @@
1919
"port": 5870,
2020
"outFiles": [
2121
"${workspaceFolder}/out/**/*.js"
22-
]
22+
],
23+
"presentation": {
24+
"hidden": true
25+
}
2326
},
2427
{
2528
"type": "pwa-chrome",
2629
"request": "attach",
2730
"name": "Attach to Shared Process",
2831
"port": 9222,
2932
"urlFilter": "*sharedProcess.html*",
33+
"presentation": {
34+
"hidden": true
35+
}
3036
},
3137
{
3238
"type": "node",
@@ -194,43 +200,24 @@
194200
{
195201
"type": "node",
196202
"request": "launch",
197-
"name": "Launch VS Code (Main Process)",
198-
"runtimeExecutable": "${workspaceFolder}/scripts/code.sh",
199-
"windows": {
200-
"runtimeExecutable": "${workspaceFolder}/scripts/code.bat",
201-
},
202-
"runtimeArgs": [
203-
"--no-cached-data"
204-
],
205-
"outFiles": [
206-
"${workspaceFolder}/out/**/*.js"
207-
],
208-
"presentation": {
209-
"group": "2_launch",
210-
"order": 1
211-
}
212-
},
213-
{
214-
"type": "node",
215-
"request": "launch",
216-
"name": "Launch VS Code (Web)",
203+
"name": "VS Code (Web)",
217204
"runtimeExecutable": "yarn",
218205
"runtimeArgs": [
219206
"web"
220207
],
221208
"presentation": {
222-
"group": "2_launch",
209+
"group": "0_vscode",
223210
"order": 2
224211
}
225212
},
226213
{
227214
"type": "chrome",
228215
"request": "launch",
229-
"name": "Launch VS Code (Web, Chrome)",
216+
"name": "VS Code (Web, Chrome)",
230217
"url": "http://localhost:8080",
231218
"preLaunchTask": "Run web",
232219
"presentation": {
233-
"group": "2_launch",
220+
"group": "0_vscode",
234221
"order": 3
235222
}
236223
},

0 commit comments

Comments
 (0)