Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao committed Jul 29, 2024
1 parent 82e336c commit 6ed2f3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
"type": "git",
"url": "https://github.com/Parallels/parallels-vscode-extension"
},
"enabledApiProposals": [
"treeViewActiveItem",
"extensionRuntime"
],
"icon": "img/logo/parallels_logo.png",
"version": "1.2.4",
"engines": {
Expand Down
4 changes: 1 addition & 3 deletions src/tree/virtualMachinesProvider/virtualMachineProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -760,9 +760,7 @@ export class VirtualMachineProvider
targets.push({type: "VirtualMachine", id: treeItem.id, name: treeItem.name, group: treeItem.group});
}
});

console.log("targets", targets);


dataTransfer.set("application/vnd.code.tree.parallels-desktop-machines", new vscode.DataTransferItem(targets));
}

Expand Down

0 comments on commit 6ed2f3d

Please sign in to comment.