README: relative paths work for dotrush.roslyn.projectOrSolutionFiles

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0169iPWwKHZoBTNN9qwXiwqk
This commit is contained in:
max
2026-09-08 18:55:44 +02:00
co-authored by Claude Fable 5.1
parent 9e64be0520
commit 0781418aaf
+3
View File
@@ -154,6 +154,9 @@ warning-coloured in two cases:
- the **startup project was never loaded**, so IntelliSense and references miss it; - the **startup project was never loaded**, so IntelliSense and references miss it;
- projects were loaded from **outside the selected solution** (`+1`), which is what a - projects were loaded from **outside the selected solution** (`+1`), which is what a
`dotrush.roslyn.projectOrSolutionFiles` pointing at another checkout looks like. `dotrush.roslyn.projectOrSolutionFiles` pointing at another checkout looks like.
DotRush's own picker writes absolute paths there; a workspace-relative one such as
`["MyGame.sln"]` works too (the server resolves it against the workspace root) and
is the one to commit.
The tooltip lists loaded and missing projects. Clicking offers *Reload Workspace* (which The tooltip lists loaded and missing projects. Clicking offers *Reload Workspace* (which
also resets the count), DotRush's solution picker, and its output channel. The also resets the count), DotRush's solution picker, and its output channel. The