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: README.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
@@ -45,6 +45,12 @@ This project provides a command palette extension for opening Visual Studio Code
45
45
-**Use Strict Search**: Enables or disables strict search for workspaces.
46
46
-**Strict Search**: Matches items where the search text appears as a contiguous substring in the item's title or subtitle. For example, searching for "abc" will match "abc" or "abc123" but not "a1b2c3".
47
47
-**Show Details Panel**: Toggles the visibility of the details panel in the UI.
48
+
-**Tag Type**: Configures the tags displayed for each workspace.
49
+
- Options:
50
+
-**None**: No tags are displayed.
51
+
-**Type**: Displays the workspace type (e.g., Local, WSL, Remote).
52
+
-**Target**: Displays the target instance name (e.g., VS Code, VS Code Insider).
53
+
-**Type & Target**: Displays both the workspace type and the target instance name.
0 commit comments