Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CLI DockNew to Visual Studio Code? Get it now.
CLI Dock

CLI Dock

ONEO

|
6 installs
| (0) | Free
Launch CLI tools from VS Code editor title buttons.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CLI Dock

CLI Dock is a small VS Code extension that launches CLI tools from editor title buttons.

CLI Dock editor title buttons in VS Code

Installation

Install CLI Dock from the Visual Studio Marketplace.

You can also install it from VS Code:

  1. Open the Extensions view.
  2. Search for CLI Dock.
  3. Select the extension published by oneo and click Install.

Or install it from the command line:

code --install-extension oneo.cli-dock

The launched CLI tools must already be installed and available in your shell PATH.

Usage

Open a file in VS Code and use the editor title buttons to run lazygit, opencode, codex, claude, cursor-agent, or grok in the current editor group. Use the GitHub button to open the current project's GitHub repository. The same commands are also available from the Command Palette under the CLI Dock category.

Features

  • Adds editor title buttons for lazygit, opencode, codex, claude, cursor-agent, and grok.
  • Open an integrated terminal in the current editor group and run the selected command immediately.
  • Opens the current project's GitHub repository when a GitHub remote is available.
  • Uses bundled command icons for a compact native toolbar experience.

Development

bun install
bun run build

Press F5 in VS Code and choose Run Extension.

Publishing

bun run build
bunx @vscode/vsce package
bunx @vscode/vsce publish
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft