Skip to content

Commit 5d9a8ae

Browse files
committed
chore: update readme with new setting
1 parent 7e0c115 commit 5d9a8ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ This project provides a command palette extension for opening Visual Studio Code
4545
- **Use Strict Search**: Enables or disables strict search for workspaces.
4646
- **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".
4747
- **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.
4854

4955
## Contributing
5056

0 commit comments

Comments
 (0)