OrbStack Toolkit adds an OrbStack sidebar to VS Code so you can inspect local machines and run common actions without leaving the editor.
- Lists machines from the local
orb listcommand - Starts and stops machines from the tree or the command palette
- Opens an interactive shell into a selected machine
- Copies the machine IP when OrbStack reports one
- OrbStack installed locally
- The
orbCLI available on yourPATH
npm install
npm run compilePress F5 in VS Code to launch the extension host.

