Quick Start
First Launch
-
Open your project in VS Code or Cursor.
-
Press
Ctrl+M M— the extension auto-detects the project name and package manager from your workspace. -
Configure servers via the main menu → Manage Servers, or add them directly to
.vscode/settings.json:"devManager.project.servers": [{ "id": "web", "label": "Frontend", "command": "npm run dev", "path": "", "port": 3000 }] -
Press
Ctrl+M Sto start all configured servers. -
Open the sidebar — click the SnakeFlow icon in the Activity Bar to see Quality Hub, GitHub Issues, Pull Requests, and Git Branches panels.
Where Settings Live
All SnakeFlow settings are standard VS Code settings under the devManager.* namespace.
Two ways to edit them:
Ctrl+,→ search@ext:vaulttec-dev.snakeflow-dev-manager→ use the graphical Settings UI- Edit
.vscode/settings.jsonin your project directly (workspace-level settings are project-specific)
Keybindings
| Shortcut | Action |
|---|---|
Ctrl+M M | Open main menu |
Ctrl+M S | Start all servers |
Ctrl+M Q | Stop all servers |
Ctrl+M R | Restart all servers |
Ctrl+M F | Run all Quality Hub checks |
Ctrl+M N | Run npm/package script |
Ctrl+M I | Create GitHub Issue |