agentic-labs / lsproxy

Multi-language code navigation API in a container
https://lsproxy.dev
GNU Affero General Public License v3.0
45 stars 3 forks source link

Watch workspace files and notify servers of external file changes #20

Open maks-ivanov opened 1 month ago

maks-ivanov commented 1 month ago

If the workspace files change, language servers need to be notified so their indices/caches stay in sync https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_didChange

maks-ivanov commented 1 month ago

The watcher is implemented, just need to send out notifications