Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VS Code Dock ExtensionNew to Visual Studio Code? Get it now.
VS Code Dock Extension

VS Code Dock Extension

Attilio Capocchiani

| (0) | Free
Bridge between StreamDock and VS Code: executes commands received over WebSocket (Default: 127.0.0.1:8787).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Dock Extension

This VS Code extension starts a WebSocket server on ws://127.0.0.1:<port>.

Requirement (AJAZZ Stream Dock Plugin)

This extension is meant to be used together with the AJAZZ Stream Dock plugin:

  • AJAZZ Stream Dock plugin (VSCode Dock)

The port is configurable via VS Code settings:

  • vscodeDockExtension.port (default 8787)

Your StreamDock action executeCommand sends JSON messages like:

{
  "type": "executeCommand",
  "command": "workbench.action.showCommands"
}

When the extension receives this, it runs:

  • vscode.commands.executeCommand(command)

Status bar

On the bottom bar (right side) it shows:

  • VS Code Dock: Connected when at least one WebSocket client is connected
  • VS Code Dock: Listening otherwise

Install

Install the prebuilt VSIX:

  • vscode-dock-extension-0.0.2.vsix
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft