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

Expose language server options #15

Open
yanismarkin opened this issue Jul 14, 2023 · 3 comments
Open

Expose language server options #15

yanismarkin opened this issue Jul 14, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@yanismarkin
Copy link

Is there a way to disable this type of educational hover information?

Screenshot 2023-07-13 at 10 04 02 PM
@laosb
Copy link
Owner

laosb commented Jul 14, 2023

This is provided by Svelte Language Server. It does have several options that might be worth to expose to Nova extension settings. Specifically, being able to turn off svelte.plugin.html.hover.enable will be helpful to you. I'll mark this as an enhancement to implement in the future.

@laosb laosb added the enhancement New feature or request label Jul 14, 2023
@yanismarkin
Copy link
Author

I see, thank you. I've noticed you have this input in Settings - it's not something that can help adjust Svelte Language Server setting in the meantime?

Screenshot 2023-07-15 at 5 51 36 PM

@laosb
Copy link
Owner

laosb commented Jul 18, 2023

it's not something that can help adjust Svelte Language Server setting in the meantime?

It's not. It's for using a custom version of SLS, not for adjusting its behavior. I mean, technically you can modify default options in that SLS version to achieve that, but it's probably not worth the effort.

@laosb laosb changed the title Disabling educational hovers Expose language server options Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants