bors 546339a7be Auto merge of #18192 - darichey:read-buildfile-into-vfs, r=Veykril
Include buildfiles in VFS

We subscribe to `textDocument/didSave` for `filesToWatch`, but the VFS doesn't contain those files. Before https://github.com/rust-lang/rust-analyzer/pull/18105, this would bring down the server. Now, it's only a benign error logged:
```
ERROR notification handler failed handler=textDocument/didSave error=file not found: /foo/bar/TARGETS
```
It's benign, because we will also receive a `workspace/didChangeWatchedFiles` for the file which will invalidate and load it.

Explicitly include the buildfiles in the VFS to prevent the handler from erroring.
2024-09-27 19:39:35 +00:00
..
2024-09-25 09:00:53 +03:00
2024-09-25 09:15:11 +03:00
2024-09-25 09:00:53 +03:00
2024-09-25 09:00:53 +03:00
2024-09-26 12:54:55 -04:00
2024-09-25 09:26:15 +03:00
2024-09-26 12:54:55 -04:00
2024-08-27 14:52:34 +03:00