Parallels / parallels-vscode-extension

Parallels Visual Studio Code
MIT License
25 stars 7 forks source link

Add a VScode prompt prompting you to delete the virtual machine files or keep them. #83

Open MikhailBystrov opened 1 month ago

MikhailBystrov commented 1 month ago

Is your feature request related to a problem? Please describe. When we delete a VM using VScode, we leave the files of that VM in our file system. Create the VM, delete it and notice that the files are left in the file system in the path ~/Applications (Parallels)/

Describe the solution you'd like It seems to me that you should add a prompt to VScode that prompts you to delete, or leave files related to the VM being deleted by the user. Just as it is made in PD.

image

Or I'd prefer to delete these files by default, as I don't see why I'd need these files if I'm using VScode as UI

cjlapao commented 1 month ago

@MikhailBystrov this seems to be a bug as by default the extension uses prlctl on the background and this should by default delete the files and not keep them. I will check what is the prlctl default behaviour and see if there is any settings.

Any changes will be addressed in the prlctl and not in the VSCode extension

cjlapao commented 1 month ago

This has been confirmed as a bug in our virtualization engine and it will be dealt there, but this will be open for tracking that internal issue under our VSCode extension