Skip to content

Installation

IVG-Design edited this page Sep 22, 2025 · 2 revisions

Installation

Installing from VS Code Marketplace

  1. Open VS Code
  2. Go to Extensions (Cmd+Shift+X on Mac, Ctrl+Shift+X on Windows/Linux)
  3. Search for "DevMirror"
  4. Click Install

Installing from VSIX

  1. Download the latest .vsix file from Releases
  2. In VS Code, open Command Palette (Cmd+Shift+P or Ctrl+Shift+P)
  3. Run: Extensions: Install from VSIX...
  4. Select the downloaded .vsix file

Or via command line:

code --install-extension devmirror-0.4.52.vsix

First Time Setup

  1. Open a project with package.json
  2. Look for "DevMirror Scripts" in Explorer sidebar
  3. Click ⚙️ next to any script to configure

Requirements

  • VS Code 1.104.0 or higher
  • Node.js 14+ installed
  • A project with package.json

Verifying Installation

Run the command palette command:

DevMirror: Show Version

Or check the DevMirror Scripts panel appears in your Explorer sidebar.

Clone this wiki locally