We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Language server is not auto-tested in any way currently
Add simulation tests similar to how TestParser does: run lint over a code sample and compare to the desired server output
Not doing anything, cause we normally use server a lot anyway while coding in Hexa
We could add this into CI, also helps to validate compatibility regressions
Those tests should not go into release builds, and maybe use json files to describe output (ohh, maybe use objects in code, cause they are typed)
The text was updated successfully, but these errors were encountered:
PeyTy
acidicMercury8
No branches or pull requests
Is your feature request related to a problem? Please describe
Language server is not auto-tested in any way currently
Describe the solution you'd like
Add simulation tests similar to how TestParser does: run lint over a code sample and compare to the desired server output
Describe alternatives you've considered
Not doing anything, cause we normally use server a lot anyway while coding in Hexa
Describe the possible impacts for development
We could add this into CI, also helps to validate compatibility regressions
Additional context
Those tests should not go into release builds, and maybe use json files to describe output (ohh, maybe use objects in code, cause they are typed)
Agreements
The text was updated successfully, but these errors were encountered: