1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

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

10
.vscode/launch.json vendored
View File

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