mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 08:02:19 +00:00
docs: add Cursor IDE new window tip to dev-dashboard README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -166,6 +166,16 @@ cd frontend && bun run dev
|
||||
|
||||
Open http://localhost:5112 in your browser.
|
||||
|
||||
### Cursor IDE integration
|
||||
|
||||
The top bar has a **Cursor** button that opens the selected worktree's directory in Cursor IDE via the `cursor://` protocol. Click the gear icon next to it to configure SSH remote host.
|
||||
|
||||
By default, clicking the button reuses an existing Cursor window. To always open in a **new window**, add this to your Cursor `settings.json` (`Cmd+Shift+P` → "Preferences: Open Settings (JSON)"):
|
||||
|
||||
```json
|
||||
"window.openFoldersInNewWindow": "on"
|
||||
```
|
||||
|
||||
### Keyboard shortcuts
|
||||
|
||||
| Shortcut | Action |
|
||||
|
||||
Reference in New Issue
Block a user