Closed RblSb closed 2 years ago
So you can get working http/haxe servers with one command. This makes things easier to maintain in vscode tasks and kill http/haxe/watcher servers at the end of debugging without zombie processes.
{ "name": "Debug HTML5", "request": "launch", "type": "pwa-node", "program": "${command:kha.findKha}/make", "args": ["html5", "--watch", "--server"], "killBehavior": "polite", },
So you can get working http/haxe servers with one command. This makes things easier to maintain in vscode tasks and kill http/haxe/watcher servers at the end of debugging without zombie processes.