DanielGavin
DanielGavin
It is already a case that should be handled. What is the value of `$HOME`?
It looks like you need `ols.json` in your project. Helix doesn't make a project workspace without it. That apparently causes the server to crash.
There seems to be a bug in `~`. Try with absolute path. You can potentially also remove the collections, if the `odin` is in path, it should be able to...
This is fixed.
Basic support has now been implemented for it.
Added support for it on the rename branch. Will close this issue when it's merged to master.
It should through this: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_didChangeWatchedFiles But as general rule it should be the client that sends to the server what has changed. So I assume it depends on the client...
That will be hard to fix. Considering the diagnostics come from `odin check`, which requires an actual file. This issue is more about file changes outside the actual file you...