Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

README.md

mux VS Code Extension

Open mux workspaces from VS Code or Cursor.

Installation

Download the latest .vsix from mux releases and install:

code --install-extension mux-0.1.0.vsix

Usage

Cmd+Shift+P → "mux: Open Workspace" → Select workspace

Requirements

For SSH workspaces: Install Remote-SSH extension

  • VS Code: ms-vscode-remote.remote-ssh
  • Cursor: anysphere.remote-ssh

SSH hosts must be configured in ~/.ssh/config.

Development

cd vscode
npm install
npm run compile  # Build
npm run package  # Create .vsix

Press F5 in VS Code to debug.