„.vscode/launch.json“ ändern
This commit is contained in:
17
.vscode/launch.json
vendored
17
.vscode/launch.json
vendored
@@ -1,6 +1,19 @@
|
|||||||
{
|
{
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "[Compound] Debug Frontend without Backend",
|
||||||
|
"type": "chrome",
|
||||||
|
"request": "launch",
|
||||||
|
"url": "http://localhost:3000",
|
||||||
|
"webRoot": "${workspaceFolder}/frontend/src",
|
||||||
|
"preLaunchTask": "Start Frontend",
|
||||||
|
"postDebugTask": "Terminate All Tasks",
|
||||||
|
"sourceMaps": true,
|
||||||
|
"skipFiles": ["node_modules/**"],
|
||||||
|
"runtimeExecutable": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "node",
|
"type": "node",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
@@ -47,7 +60,7 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"url": "http://localhost:3000",
|
"url": "http://localhost:3000",
|
||||||
"webRoot": "${workspaceFolder}/frontend/src",
|
"webRoot": "${workspaceFolder}/frontend/src",
|
||||||
"preLaunchTask": "Start Frontend",
|
"preLaunchTask": "only Frontend",
|
||||||
"postDebugTask": "Terminate All Tasks",
|
"postDebugTask": "Terminate All Tasks",
|
||||||
"sourceMaps": true,
|
"sourceMaps": true,
|
||||||
"skipFiles": ["node_modules/**"],
|
"skipFiles": ["node_modules/**"],
|
||||||
@@ -57,7 +70,7 @@
|
|||||||
"compounds": [
|
"compounds": [
|
||||||
{
|
{
|
||||||
"name": "Debug Frontend and Backend",
|
"name": "Debug Frontend and Backend",
|
||||||
"configurations": ["Debug Backend", "Debug Frontend"]
|
"configurations": ["Debug Backend", "[Compound] Debug Frontend without Backend"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user