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:
parent
8622ea6381
commit
5018e84f9a
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
@ -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)"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user