winget install --id=JonahFintzDEV.CommandPalette-VSCode -e
VS Code Extension for CmdPal
Command Palette - VS Code Integration
Integrate Visual Studio Code with the PowerToys Command Palette to enhance your workspace management. This extension allows you to easily retrieve and display workspaces, including their paths and types (Local, WSL, Remote), and open them directly from the palette. It supports multiple VS Code installations, such as Insider editions, providing flexibility for different setups.
Features:
Ideal For:
Developers utilizing Visual Studio Code and PowerToys who manage multiple workspaces or installations. This extension boosts productivity by streamlining your workflow and offering customization options tailored to your needs.
Install via winget to enhance your development environment with this efficient integration.
> [!WARNING]
> This repository is no longer maintained.
> Please see tanchekwei/VisualStudioCodeForCommandPalette for an alternative extension with better support.
This project provides a command palette extension for opening Visual Studio Code workspaces.
> [!NOTE]
> 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.
winget install JonahFintzDEV.CommandPalette-VSCode
.msix
file.CmdPalVsCode.cs
- Main extension implementationCmdPalVsCodeCommandsProvider.cs
- Command palette providerSettingsManager.cs
- Handles user preferencesOpenVsCodeCommand.cs
- Command execution logicVSCodePage.cs
- Main interface pageContributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.