Add debug config for launching project
This commit is contained in:
parent
077c2bd38a
commit
4e93da5488
|
@ -127,7 +127,15 @@
|
||||||
"console": "integratedTerminal"
|
"console": "integratedTerminal"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"compounds": []
|
"compounds": [
|
||||||
|
{
|
||||||
|
"name": "Launch Project in Chrome",
|
||||||
|
"configurations": [
|
||||||
|
"Launch Website in Chrome",
|
||||||
|
"Launch Server"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
|
|
Loading…
Reference in a new issue