You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/reference/Mutli-folders.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,9 @@ If you are using a workspace with multiple root folders (see [multi-root workspa
10
10

11
11
12
12
In this screenshot, the currently selected folder is `workspace-1` (indicated by the small `●` icon).
13
+
14
+
The selected folder is the one shown in the sidebar views (tools, tasks, environment variables) and the one used to run mise commands.
15
+
16
+
## Extension settings
17
+
18
+
When [automatic extension configuration](/mise-vscode/reference/settings/#miseconfigureextensionsautomatically) runs in a multi-root workspace, each folder is configured with the tools of its own mise config. Settings are written at the folder level when the target extension supports it, so two folders pinning different versions of the same tool each get their own version. Settings that only exist per window are taken from the selected folder.
0 commit comments