Skip to content

Commit 3a83bc5

Browse files
committed
🤖 fix: format vscode-extension.md with prettier
_Generated with `cmux`_
1 parent f0ccf40 commit 3a83bc5

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

docs/vscode-extension.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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
2728
code --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+
3436
1. Open Command Palette (`Cmd+Shift+P`)
3537
2. Type "Extensions: Install from VSIX..."
3638
3. 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+
4346
1. Press `Cmd+Shift+P` → "cmux: Open Workspace"
4447
2. Select from list: Choose your workspace
4548
3. 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:
7377
If you haven't configured the SSH host yet:
7478

7579
1. 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

126131
The 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

Comments
 (0)