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",
|
||||
"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)"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user