Skip to content

Commit 37e77f0

Browse files
committed
Update README.md
1 parent ff4f688 commit 37e77f0

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This project provides a command palette extension for opening Visual Studio solu
88

99
## Features
1010
- **Optimized for Performance**: Designed to remain fast and responsive, with a configurable page size. By default, it displays 8 items per page to ensure smooth interaction even with large project histories.
11-
- **Unified Launcher**: Launch Visual Studio solutions, Visual Studio Code, Cursor, and Google Antigravity workspaces from a single, convenient interface.
11+
- **Unified Launcher**: Launch Visual Studio solutions, Visual Studio Code, Cursor, Google Antigravity, and Windsurf workspaces from a single, convenient interface.
1212
- **Window-Switching**: If a Visual Studio solution is already open, the extension will switch to the existing window instead of opening a new instance.
1313
- **Secondary Actions**: Access additional commands for each entry:
1414
- **Copy Path**: Copies the full file path of the solution, workspace, or folder to the clipboard.
@@ -81,18 +81,20 @@ This project provides a command palette extension for opening Visual Studio solu
8181
* **Enable Visual Studio Code (System)**: The system-wide installation.
8282
* **Enable Visual Studio Code - Insiders**: The Insiders edition.
8383
* **Enable Visual Studio Code (Custom)**: Custom installations found in the system's `PATH`.
84+
* **Enable Visual Studio Code (Custom Path)**: A custom Visual Studio Code installation path. Useful for package managers like Scoop (e.g., `C:\Users\<username>\scoop\apps\vscode\1.110.1`) or a portable mode installation.
8485
* **Enable Cursor**: The Cursor AI code editor.
8586
* **Enable Google Antigravity**: The Google Antigravity editor.
86-
* **Configurable Paths**: You can specify custom installation paths for Cursor and Antigravity if they are not in the default locations.
87+
* **Enable Windsurf**: The Windsurf AI code editor.
88+
* **Configurable Paths**: You can specify custom installation paths for Visual Studio Code, Cursor, Antigravity, and Windsurf if they are not in the default locations.
8789
* **Secondary Command**: Configures the secondary action for Visual Studio Code items.
8890

8991
* `Open in Explorer`: Opens the item's location in File Explorer.
9092
* `Run as Administrator`: Launches the item with administrative privileges.
9193

9294
## How It Works
9395

94-
This extension discovers installations of Visual Studio, Visual Studio Code, Cursor, and Google Antigravity on your system.
95-
- For **Visual Studio Code**, **Cursor**, and **Antigravity**, it reads the workspace history from their respective internal storage files (`state.vscdb` and `storage.json`).
96+
This extension discovers installations of Visual Studio, Visual Studio Code, Cursor, Google Antigravity, and Windsurf on your system.
97+
- For **Visual Studio Code**, **Cursor**, **Antigravity**, and **Windsurf**, it reads the workspace history from their respective internal storage files (`state.vscdb` and `storage.json`).
9698
- For **Visual Studio**, it uses `vswhere.exe` to find installations and then reads their configuration files to discover recent solutions.
9799
- The extension also includes logic from the **WindowWalker** extension to detect if a solution is already open. If so, it switches to the existing Visual Studio window instead of creating a new one.
98100

@@ -102,8 +104,12 @@ For more detailed technical information about the project's architecture and com
102104

103105
## Changelog
104106

107+
### 1.23.0.0
108+
- Add support for Visual Studio Code custom installation paths
109+
- Migrate solution to slnx format
110+
105111
### 1.22.0.0
106-
- Add support for Cursor and Google Antigravity editors
112+
- Add support for Cursor, Windsurf Google Antigravity editors
107113
- Allow custom installation paths for Cursor and Antigravity
108114

109115
### 1.21.0.0

0 commit comments

Comments
 (0)