Skip to content

Commit

Permalink
Release extension version 1.2.4 (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: cjlapao <[email protected]>
  • Loading branch information
github-actions[bot] and cjlapao authored Jul 29, 2024
1 parent bf60c31 commit 82e336c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"url": "https://github.com/Parallels/parallels-vscode-extension"
},
"enabledApiProposals": [
"treeViewActiveItem",
"treeViewActiveItem",
"extensionRuntime"
],
],
"icon": "img/logo/parallels_logo.png",
"version": "1.2.3",
"version": "1.2.4",
"engines": {
"vscode": "^1.90.0"
},
Expand Down Expand Up @@ -938,7 +938,6 @@
},
"when": "parallels-desktop:isInstalled"
}

],
"menus": {
"parallels-desktop.add": [
Expand Down Expand Up @@ -1304,7 +1303,6 @@
"command": "parallels-desktop.tree-view.take-vm-snapshot",
"when": "view == parallels-desktop-machines && viewItem =~ /vm\\.(?!macosx)[a-z0-9_-]{0,100}\\.[a-z0-9_-]{0,100}\\.[a-z0-9_-]{0,100}\\..*/",
"group": "inline@19"

},
{
"command": "parallels-desktop.tree-view.clone-vm",
Expand Down

0 comments on commit 82e336c

Please sign in to comment.