Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>PM2New to Visual Studio Code? Get it now.
PM2

PM2

orchidfiles

|
10 installs
| (0) | Free
View and manage PM2 processes
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PM2

Open VSX Downloads License: MIT

View and manage PM2 processes from VS Code and Cursor.

Features

  • View PM2 processes in a dedicated Explorer view
  • See process status, CPU and memory usage
  • Open logs in the integrated terminal
  • Start, restart, and stop individual processes or all at once
  • Refresh automatically every 5 seconds

Requirements

The extension expects pm2 to be available in PATH.

Install pm2 globally first:

npm install -g pm2
pm2 --version

Installation

Open Extensions in VS Code or Cursor and search: @id:orchidfiles.pm2

Or install it from the command line:

# VS Code
code --install-extension orchidfiles.pm2

# Cursor
cursor --install-extension orchidfiles.pm2

Build from source

git clone https://github.com/orchidfiles/pm2-vscode.git
cd pm2-vscode
pnpm install
pnpm package

This produces a .vsix file in the project root.
Install it via Ctrl+Shift+P (or Cmd+Shift+P on macOS) → "Extensions: Install from VSIX..." → select the file.

Marketplaces

Visual Studio Marketplace
Open VSX

Support

Bug reports and feature requests: GitHub issues
Other inquiries: orchid@orchidfiles.com


Made by orchidfiles.com

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft