File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,30 @@ This project provides a command palette extension for opening Visual Studio Code
1414
1515## Installation
1616
17+ > [ !NOTE]
18+ > Because the application is first signed by the Microsoft Store, updates will take a few days to be available via WinGet or in the Command Palette.
19+
1720### Windows Store
1821
1922<a href =" https://apps.microsoft.com/detail/9PKCGVQ05TG1?mode=direct " >
2023 <img src="https://get.microsoft.com/images/en-us%20light.svg" width="300"/>
2124</a >
2225
26+ ### Via Command Palette
27+ 1 . Open Command Palette
28+ 2 . Select "Command Palette - VS Code"
29+
30+ ### Via Winget
31+ 1 . Open Command Prompt or PowerShell
32+ 2 . Run the following command:
33+ ``` bash
34+ winget install JonahFintzDEV.CommandPalette-VSCode
35+ ```
36+
2337### Manual Installation
2438
25391 . 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.
2841
2942## Settings
3043
You can’t perform that action at this time.
0 commit comments