Skip to content

Gama11/HaxeRepro

Repository files navigation

Empty Haxe project with a VSCode tasks.json for all available targets. Useful for reproducing Haxe issues.

How to reproduce completion/compilation server issues using command line

  1. Add "haxe.displayServer.arguments": ["-v"] to your .vscode/settings.json
  2. Reproduce your issue in vscode
  3. Copy the contents of "Output" panel to the display/output.log file in this (HaxeRepro) repository img
  4. Start a server: haxe -v --wait 60000
  5. Execute haxe -x display.Run from the root of this repository to automatically reproduce your issue.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages