mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated launch configurations
This commit is contained in:
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)"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user