MCPcopy Index your code
hub / github.com/Parallels/parallels-vscode-extension

github.com/Parallels/parallels-vscode-extension @v1.5.11

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.5.11 ↗ · + Follow
1,064 symbols 3,725 edges 290 files 1 documented · 0% updated 16d agov1.5.11 · 2026-01-08★ 449 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Visual Studio Code extension for Parallels Desktop

vscode-installs Build Release and publish extension

This extension allows you to manage a wide range of operations for your Parallels Desktop virtual machines, creating, grouping, operating their snapshots and containers. It is integrated with HashiCorp Vagrant and Packer to automate your workflows.

Attention For some of the functionalities to work, you need to have Parallels Desktop Pro or Business Edition installed on your Mac.

Install

You can install the extension from the Visual Studio Code Marketplace, directly from Visual Studio Code or by pressing here.
Install

Community

Discord Server Join our Discord server to ask questions, share your experience, and get help from the community.

Features

Grouping Virtual Machines

Groups allow a better management of your virtual machines list, you can create groups, rename them, start/stop all machines in a group and create group snapshots.

Main features:

  • Create groups of your virtual machines
  • Create group snapshots
  • Start, stop, pause, suspend all virtual machines in the group
  • Visual Cue for machines state in groups

grouping

Managing Virtual Machine Lifecycle

Know instantly what is the state of your virtual machines, start, stop, pause, and suspend.

Main features:

  • Start, stop, pause, suspend your virtual machines
  • Visual Cue for machine state
  • Show IP Address of the machine if it is available

machine_state

Managing Virtual Machine Snapshots

Create, restore and delete virtual machine snapshots in a compact design.

Main features:

  • Create a snapshot
  • Restore machine to a snapshot
  • Delete a snapshot
  • Visual Cue of snapshot tree

snapshot_tree

Creating Virtual Machines

Quickly create a new virtual machine. You can choose from a wide range of operating systems that you can install and customize the virtual machine to your needs.

Main features:

  • Adding new custom virtual machines
  • Select from the list of installation images, open sourced for future expansion by Parallels and community
  • Use you own ISO and IPSW files to create a new virtual machine
  • Use "Addons" to preinstalled applications into your new virtual machines

create_vm

Managing Docker Containers inside Virtual Machines

Manage and create Docker containers inside your virtual machines, without the need to open another window.

Main features:

  • Create Docker containers from a wide range of images or your own
  • Start/Stop Docker containers
  • Remove Docker containers
  • Visual Cue for container state
  • List all Docker images
  • Remove Docker images

Note: a virtual machine should be in the running state for this functionality to work.

docker_container

Hiding Virtual Machines or Groups

Hide/show virtual machines or groups. Sometimes we don't want to manage and see certain virtual machines in the Visual Studio Code. You can quickly show all hidden items with a click of a button.

visibility

Vagrant Boxes Management

Manage your Vagrant boxes, see all the boxes you have installed, delete them or init a new one.

Main features:

  • List all available Vagrant boxes
  • Init Vagrant box
  • Delete Vagrant box

vagrant_boxes

Requirements

You will need to be on Apple Mac and own a license of Parallels Desktop Pro or Business Edition, find more information here

Extension Settings

This extension contributes the following settings:

  • parallels-desktop.output_path: Output path for the packer machines.
  • parallels-desktop.prlctl.path: Path for your Parallels Desktop Command Line installation.
  • parallels-desktop.extension.path: Path for the extension.
  • parallels-desktop.extension.download.path: Path for the extension cached downloads.
  • parallels-desktop.hashicorp.vagrant.boxes.path: Path for the vagrant boxes.
  • parallels-desktop.vagrant.path: Path for the vagrant tool.
  • parallels-desktop.hashicorp.packer.path: Path for the packer tool.
  • parallels-desktop.git.path: Path for the git tool.
  • parallels-desktop.brew.path: Path for the brew tool.
  • parallels-desktop.extension.refresh.auto: Auto refresh the virtual machine extension.
  • parallels-desktop.extension.refresh.interval: Interval for the auto refresh.
  • parallels-desktop.tree.show-hidden-items: Always show hidden items in the tree view.
  • parallels-desktop.extension.order-items-alphabetically: Order items alphabetically.
  • parallels-desktop.extension.show-flat-snapshot-tree: Show flat snapshot tree.
  • parallels-desktop.extension.start-machines-headless-by-default: Start machines headless by default.

Tip: The extension will use default values that will work on most cases and it will try to install all of the dependencies

Support and Community

This extension is in active development, so please refer to our issue tracker for known issues, and please contribute with additional information if you encounter an issue yourself.

We welcome you to the channel on Discord server to discuss improvements you like to see or simply hangout with other developers using Parallels.

Contribute

If you're interested in contributing, or want to explore the source code of this extension yourself, see our contributing guide, which includes:

Trademarks Notice

Parallels and the Parallels logo are trademarks or registered trademarks of Parallels International GmbH in Canada, the U.S., and/or elsewhere. Apple, Mac, and macOS are trademarks of Apple Inc. Microsoft and Windows are registered trademarks of Microsoft Corporation. All other company, product and service names, logos, brands and any registered or unregistered trademarks mentioned are used for identification purposes only and remain the exclusive property of their respective owners. Use of any brands, names, logos or any other information, imagery or materials pertaining to a third party does not imply endorsement. We disclaim any proprietary interest in such third-party information, imagery, materials, marks and names of others.

FAQ

Q: I am trying to create a new macOs virtual machine, and I get Error creating VM: Packer build exited with code 1, please check logs

A: This error is usually related to the fact that Visual Studio Code will need to have access to record the screen. Please go to System Preferences -> Security & Privacy -> Privacy -> Screen Recording and make sure Visual Studio Code is checked.

Extension points exported contracts — how you extend this code

AmplitudeEventProperty (Interface)
(no doc)
src/telemetry/telemetryService.ts
ProviderHost (Interface)
(no doc)
src/helpers/DevOpsClient.ts
ICatChatResult (Interface)
(no doc)
src/copilot/models.ts
ChannelSocket (Interface)
(no doc)
src/services/logChannelService.ts
TelemetryRequest (Interface)
(no doc)
src/models/TelemetryRequest.ts
DragAndDropTreeItem (Interface)
(no doc)
src/tree/treeItems/virtualMachineTreeItem.ts
AmplitudeEvent (Interface)
(no doc)
src/telemetry/telemetryService.ts
CopilotUserIntension (Interface)
(no doc)
src/copilot/models.ts

Core symbols most depended-on inside this repo

error
called by 366
src/services/logService.ts
info
called by 336
src/services/logService.ts
ShowErrorMessage
called by 326
src/helpers/error.ts
getConfiguration
called by 197
src/ioc/provider.ts
sendOperationEvent
called by 137
src/telemetry/telemetryService.ts
toString
called by 127
src/models/parallels/OperatingSystemImage.ts
telemetry
called by 117
src/ioc/provider.ts
sendTelemetryEvent
called by 101
src/services/logService.ts

Shape

Method 444
Function 295
Interface 210
Class 108
Enum 7

Languages

TypeScript100%

Modules by API surface

media/alpine.min.js118 symbols
src/models/parallels/VirtualMachineConfigPvs.ts76 symbols
src/services/configurationService.ts73 symbols
src/services/devopsService.ts67 symbols
src/services/parallelsDesktopService.ts40 symbols
src/models/parallels/virtualMachineGroup.ts21 symbols
src/tree/virtualMachinesProvider/virtualMachineProvider.ts20 symbols
src/telemetry/telemetryService.ts18 symbols
src/services/eventMonitorService.ts17 symbols
src/tree/devopsCatalogProvider/devopsCatalogProvider.ts15 symbols
src/services/vagrantService.ts14 symbols
src/services/packerService.ts13 symbols

For agents

$ claude mcp add parallels-vscode-extension \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page