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

pnpm

Jacano

|
37,136 installs
| (0) | Free
Pnpm commands for VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-pnpm: VSCode extensions to manage pnpm commands.

VSCode-Pnpm: VSCode extensions to manage pnpm commands.

Features

Commands

  • pnpm init
  • pnpm install
  • pnpm add
  • pnpm add --dev
  • pnpm remove <pkg>
  • pnpm start
  • pnpm test
  • pnpm build
  • pnpm publish [tag]
  • pnpm run <script>

Explorer context menu

pnpm install also available in the package.json file's explorer context menu.

TouchBar support

Support for Macbook Pro Touch Bar. Following pnpm commands are available:

  • pnpm install
  • pnpm start
  • pnpm test
  • pnpm build

Run last executed script

You can also run the last executed script by typing pnpm run last....

Terminate a script

You can terminate a script with the terminate command. It uses the tree-kill module that you can find on pnpm. It has different behaviors on Unix or Windows.

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