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
Hello! Thanks for this fantastic plugin that allows me to work with Haxe in my favourite editor.
I'm getting the below error when certain conditions happens, can't say for sure, I can only point to a file that seems to be triggering it.
Here is the logs that I get in nvim;
RPC[Error] code_name = InternalError, message = "Could not resolve accessor" RPC[Error] code_name = InternalError, message = "Could not resolve accessor" RPC[Error] code_name = InternalError, message = "Could not resolve accessor" RPC[Error] code_name = InternalError, message = "Could not resolve accessor" RPC[Error] code_name = InternalError, message = "Could not resolve accessor" RPC[Error] code_name = InternalError, message = "Could not resolve accessor" haxe_language_server: -32603: Could not resolve accessor RPC[Error] code_name = InternalError, message = "Could not resolve accessor" RPC[Error] code_name = InternalError, message = "Could not resolve accessor" RPC[Error] code_name = InternalError, message = "Could not resolve accessor"
And this is the file that I think is responsible: https://github.com/danielo515/dotfiles/tree/master/danielo_nvim/src/Kickstart.hx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello! Thanks for this fantastic plugin that allows me to work with Haxe in my favourite editor.
I'm getting the below error when certain conditions happens, can't say for sure, I can only point to a file that seems to be triggering it.
Here is the logs that I get in nvim;
And this is the file that I think is responsible: https://github.com/danielo515/dotfiles/tree/master/danielo_nvim/src/Kickstart.hx
The text was updated successfully, but these errors were encountered: