Jeff Ward
Jeff Ward
Why have I never run into this? Are you guys setting this preference manually?
Got it. So perhaps we could implement an extension-level preference that does the same thing, but is aware of the completion auto-save issue. Perhaps with `workspace.onDidSaveTextDocument` ?
Hi @JohnSword, thanks for the note. I'll try playing with your examples.
Travis implemented for Linux64 across 3 combinations of Haxe / hxcpp versions, running a single test! :tada: Still TODO: - [ ] MacOS - [x] [Windows](https://blog.travis-ci.com/2018-10-11-windows-early-release) - [example repo](https://github.com/docker-library/golang/pull/243/files) -...
Partially implemented, but verify it works across platforms. See: https://github.com/jcward/vscode-hxcpp-debug/blob/master/src/Main.hx#L634-L643
@r3d9u11 Not yet... I don't use hxcpp in my day job, so unfortunately I don't get much time to improve this and other hxcpp-related libraries. Thanks for filing these issues...
I get this error with Haxe 4.1 and lower. At this time, it seems Haxe 4.2+ is required. There is a screenshot in your [Haxe installation guide](https://deepnight.net/tutorial/a-quick-guide-to-installing-haxe/) that shows version...
It only shows up when temp directory is enabled, right? Could we put it in the temp directory? Or does it need to be in the project dir?
Thanks for the pointer @ncannasse, I'll check that out.
Hi @MintPaw, it appears there isn't currently a timeout in HaxeRemote. This issue is for a timeout in the debug adapter if the client indeed doesn't connect. However, if you...