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
+32-6Lines changed: 32 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,12 @@ This project provides a command palette extension for opening Visual Studio Code
24
24
</a>
25
25
26
26
### Via Command Palette
27
+
27
28
1. Open Command Palette
28
29
2. Select "Command Palette - VS Code"
29
30
30
31
### Via Winget
32
+
31
33
1. Open Command Prompt or PowerShell
32
34
2. Run the following command:
33
35
```bash
@@ -42,15 +44,39 @@ This project provides a command palette extension for opening Visual Studio Code
42
44
## Settings
43
45
44
46
-**Preferred Edition**: Determines which edition (Default or Insider) is used when a folder or workspace has been opened in both editions of VS Code.
45
-
-**Use Strict Search**: Enables or disables strict search for workspaces.
47
+
- Options:
48
+
-**Default**: Uses the standard VS Code edition
49
+
-**Insider**: Uses the VS Code Insider edition
50
+
-**Use Strict Search**: Enables or disables strict search for workspaces.
46
51
-**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
52
-**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
+
-**Tags**: Configures the tags displayed for each workspace.
54
+
- Options:
55
+
-**None** (-): No tags are displayed.
56
+
-**Type**: Displays the workspace type (e.g., Local, WSL, Remote).
57
+
-**Target**: Displays the target instance name (e.g., VS Code, VS Code Insider).
53
58
-**Type & Target**: Displays both the workspace type and the target instance name.
59
+
-**Command Result Action**: Determines what should happen after opening a VS Code workspace.
60
+
- Options:
61
+
-**Dismiss**: Closes the Command Palette after opening the workspace
62
+
-**Go Back**: Returns to the previous Command Palette view
63
+
-**Keep Open**: Keeps the Command Palette open after opening the workspace
0 commit comments