-
Notifications
You must be signed in to change notification settings - Fork 43
[LanguageServer] How to provide initializationOptions for uses completion( nvim ) #148
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
Comments
When I provide some bogus for the session token it fails to fetch action/upload-artifact all together so the token is definitely passed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am currently not able to get the languageServer fully functional.
While all the basic stuff works I cant find out how to use the advanced functionality.
https://github.com/actions/languageservices/tree/main/languageserver#providing-advanced-functionality
I am setting this up following the specification. -> https://neovim.io/doc/user/lsp.html#lsp-quickstart
But while it does work using the visual studio code after the login I cant figure out how to get the completion working here.
The text was updated successfully, but these errors were encountered: