Skip to content

Commit

Permalink
Updated launch configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Oct 6, 2023
1 parent 8622ea6 commit 5018e84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "0.2.0",
"configurations": [
{
"name": "Application",
"name": "Chrome",
"type": "chrome",
"request": "launch",
"runtimeArgs": [
Expand Down Expand Up @@ -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)"]
}
]
}

0 comments on commit 5018e84

Please sign in to comment.