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