From 0781418aaff05f65378c9621d0bb90323e50e3c3 Mon Sep 17 00:00:00 2001 From: max Date: Tue, 8 Sep 2026 18:55:44 +0200 Subject: [PATCH] README: relative paths work for dotrush.roslyn.projectOrSolutionFiles Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_0169iPWwKHZoBTNN9qwXiwqk --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7fe0a57..bdfcd49 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,9 @@ warning-coloured in two cases: - 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 `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 also resets the count), DotRush's solution picker, and its output channel. The