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

Implement watched files in LSP server #127

Open
michprev opened this issue Jul 26, 2022 · 0 comments
Open

Implement watched files in LSP server #127

michprev opened this issue Jul 26, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request LSP Issues / features related to the LSP server

Comments

@michprev
Copy link
Member

See https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_didChangeWatchedFiles.

This is especially useful in the following scenario:

  • a user opens a project
  • node_modules are not installed
  • the user installs node_modules
@michprev michprev added enhancement New feature or request LSP Issues / features related to the LSP server labels Jul 26, 2022
@michprev michprev self-assigned this Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request LSP Issues / features related to the LSP server
Projects
Status: Todo
Development

No branches or pull requests

1 participant