@@ -22,6 +22,7 @@ Download the latest `.vsix` file from the [GitHub releases page](https://github.
2222### Install
2323
2424** Command line:**
25+
2526``` bash
2627# For VS Code
2728code --install-extension cmux-0.1.0.vsix
@@ -31,6 +32,7 @@ cursor --install-extension cmux-0.1.0.vsix
3132```
3233
3334** From editor UI:**
35+
34361 . Open Command Palette (` Cmd+Shift+P ` )
35372 . Type "Extensions: Install from VSIX..."
36383 . Select the downloaded file
@@ -40,11 +42,13 @@ cursor --install-extension cmux-0.1.0.vsix
4042### Opening a Workspace
4143
4244** Command Palette** :
45+
43461 . Press ` Cmd+Shift+P ` → "cmux: Open Workspace"
44472 . Select from list: Choose your workspace
45483 . Opens automatically: New editor window with the workspace
4649
4750** Custom Keyboard Shortcut** (optional):
51+
4852- Open Keyboard Shortcuts settings (` Cmd+K Cmd+S ` )
4953- Search for "cmux: Open Workspace"
5054- Set your preferred keybinding (suggestions: ` Cmd+K Cmd+M ` or ` Cmd+O Cmd+M ` )
@@ -73,6 +77,7 @@ For SSH workspaces to work, you need:
7377If you haven't configured the SSH host yet:
7478
75791 . Open ` ~/.ssh/config ` and add:
80+
7681 ``` ssh
7782 Host myserver
7883 HostName 192.168.1.100
@@ -114,14 +119,14 @@ This extension is ideal when:
114119
115120## Comparison with cmux
116121
117- | Feature | cmux App | VS Code Extension |
118- | ---------| ----------| -------------------|
119- | Create workspaces | ✅ | ❌ (read-only) |
120- | Open workspaces | ✅ | ✅ |
121- | View git status | ✅ | ❌ |
122- | AI chat interface | ✅ | ❌ |
123- | Manage workspace lifecycle | ✅ | ❌ |
124- | Quick access from VS Code | ❌ | ✅ |
122+ | Feature | cmux App | VS Code Extension |
123+ | -------------------------- | -------- | ----------------- |
124+ | Create workspaces | ✅ | ❌ (read-only) |
125+ | Open workspaces | ✅ | ✅ |
126+ | View git status | ✅ | ❌ |
127+ | AI chat interface | ✅ | ❌ |
128+ | Manage workspace lifecycle | ✅ | ❌ |
129+ | Quick access from VS Code | ❌ | ✅ |
125130
126131The extension is designed to ** complement** the cmux app, not replace it. Use cmux for workspace management and the extension for quick access from VS Code.
127132
0 commit comments