Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gama11/haxerepro
https://github.com/gama11/haxerepro
haxe reproduction template vscode
Last synced: 20 days 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 (over 3 years ago)
- Last Synced: 2024-11-10T12:49:39.326Z (3 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
![img](https://i.imgur.com/FzeF93q.png)
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.