mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Not much point in leaving the server hanging after a stop
This commit is contained in:
parent
1a64044487
commit
d33ad5d6a9
1 changed files with 1 additions and 0 deletions
1
.vscode/launch.json
vendored
1
.vscode/launch.json
vendored
|
@ -21,6 +21,7 @@
|
||||||
"pattern": " ➜ Local: (http://.+/)",
|
"pattern": " ➜ Local: (http://.+/)",
|
||||||
"uriFormat": "%s",
|
"uriFormat": "%s",
|
||||||
"action": "debugWithChrome",
|
"action": "debugWithChrome",
|
||||||
|
"killOnServerStop": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue