Updated launch configurations

This commit is contained in:
squidfunk 2023-10-06 15:18:28 +02:00
parent 8622ea6381
commit 5018e84f9a
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
1 changed files with 5 additions and 5 deletions

10
.vscode/launch.json vendored
View File

@ -2,7 +2,7 @@
"version": "0.2.0",
"configurations": [
{
"name": "Application",
"name": "Chrome",
"type": "chrome",
"request": "launch",
"runtimeArgs": [
@ -54,12 +54,12 @@
],
"compounds": [
{
"name": "Application + MkDocs server",
"configurations": ["Application", "MkDocs server"]
"name": "Chrome + MkDocs server",
"configurations": ["Chrome", "MkDocs server"]
},
{
"name": "Application + MkDocs server (dirty)",
"configurations": ["Application", "MkDocs server (dirty)"]
"name": "Chrome + MkDocs server (dirty)",
"configurations": ["Chrome", "MkDocs server (dirty)"]
}
]
}