https://github.com/gama11/haxerepro
https://github.com/gama11/haxerepro
haxe reproduction template vscode
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gama11/haxerepro
- Owner: Gama11
- Created: 2016-10-06T15:37:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T11:41:04.000Z (almost 4 years ago)
- Last Synced: 2025-01-07T16:41:17.468Z (4 months ago)
- Topics: haxe, reproduction, template, vscode
- Language: Haxe
- Size: 39.1 KB
- Stars: 19
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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

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.