Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add (opt-in) haxe server communication recording #83

Merged
merged 42 commits into from
Feb 25, 2023

Conversation

kLabz
Copy link
Contributor

@kLabz kLabz commented Feb 18, 2023

Enabling server recording keeps reproducible logs of all communication with haxe server and relevant filesystem changes. Works on vshaxe (with vshaxe/vshaxe#566) and pretty much any other LSP compatible editor (except for file watches right now..).

See https://github.com/kLabz/haxerepro/blob/master/doc/Recording.md for some documentation (still need to update a few things there and add documentation about sharing a recording with HF to report a strange behavior).

languageServerProtocol.Types related import changes were necessary because having it in import.hx was importing way too many things everywhere, shadowing too many types.

@kLabz kLabz force-pushed the feature/server-recording branch from de47094 to c8eac37 Compare February 23, 2023 09:54
@AlexHaxe AlexHaxe merged commit 4bfbd5a into vshaxe:master Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants