Empty Haxe project with a VSCode tasks.json for all available targets. Useful for reproducing Haxe issues.
- Add
"haxe.displayServer.arguments": ["-v"]to your.vscode/settings.json - Reproduce your issue in vscode
- Copy the contents of "Output" panel to the
display/output.logfile in this (HaxeRepro) repository - Start a server:
haxe -v --wait 60000 - Execute
haxe -x display.Runfrom the root of this repository to automatically reproduce your issue.
