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
1. Make sure you use the latest version of PowerToys.
26
-
2. Download the current Version and the certificate from [releases](https://github.com/JonahFintzDev/CommandPaletteVSCode/releases/).
27
-
3. Install the application by double-clicking the `.msix` file.
40
+
2. Install the application by double-clicking the `.msix` file.
41
+
42
+
## Settings
43
+
44
+
-**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.
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
+
-**Show Details Panel**: Toggles the visibility of the details panel in the UI.
AddInstance("VS Code",Path.Combine(appdataProgramFilesPath,"Programs","Microsoft VS Code","Code.exe"),defaultStoragePath,VSCodeInstallationType.User,VSCodeType.Default);
28
29
AddInstance("VS Code [System]",Path.Combine(programsFolderPathBase,"Microsoft VS Code","Code.exe"),defaultStoragePath,VSCodeInstallationType.System,VSCodeType.Default);
29
30
AddInstance("VS Code - Insiders",Path.Combine(appdataProgramFilesPath,"Programs","Microsoft VS Code Insiders","Code - Insiders.exe"),insiderStoragePath,VSCodeInstallationType.User,VSCodeType.Insider);
30
31
AddInstance("VS Code - Insiders [System]",Path.Combine(programsFolderPathBase,"Microsoft VS Code Insiders","Code - Insiders.exe"),insiderStoragePath,VSCodeInstallationType.System,VSCodeType.Insider);
0 commit comments