You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
Neovim just merged support for workspace/didChangeWatchedFiles. The method is not currently supported by typescript-language-server, and based on this issue, it seems that adding support upstream is unlikely.
We could add an option to register the client and use our existing rename file functionality to automatically update imports when files are moved (nvim-lsp-ts-utils had a primitive and unreliable version of this).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Neovim just merged support for
workspace/didChangeWatchedFiles
. The method is not currently supported bytypescript-language-server
, and based on this issue, it seems that adding support upstream is unlikely.We could add an option to register the client and use our existing rename file functionality to automatically update imports when files are moved (nvim-lsp-ts-utils had a primitive and unreliable version of this).
The text was updated successfully, but these errors were encountered: