-
Notifications
You must be signed in to change notification settings - Fork 128
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
Unable to disable snippetSupport with Eglot in Emacs #1219
Comments
Here's the log
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code editor
Emacs
Platform
Void Linux
Version
5.0.0
What steps will reproduce the bug?
bash-language-server doesn't disable snippet candidates for completion with Eglot in Emacs.
I've set the variable like follows before starting eglot in a shell scripting file:
Or
And
M-x eglot-events-buffer
has this part"completionItem":{"snippetSupport":false,
, the"snippetSupport":false
seems already to be sent to the server, butbash-language-server
still sends snippet candidates for completion.I've also tested for another server
clangd
for clang files, it works fine and respects the inactivation ofyasnippet
disabled in theeglot-stay-out-of
variable, which doesn't send snippet candidates after that.Here's the discussion in eglot repo: joaotavora/eglot#1459
It seems not an eglot bug on its side, so I post an issue here.
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
Being able to disable
snippetSupport
so the server doesn't send snippet candidates for completion at point in EmacsWhat do you see instead?
Snippet candidates are still shown after disabling
yasnippet
as the snippet completion engine in eglot.Additional information
Logs are too long, The logs were posted on an eglot's repo disscussion page joaotavora/eglot#1459
The text was updated successfully, but these errors were encountered: