Closed legal90 closed 1 year ago
Hi @legal90 , Thanks, this is ofcourse better implementation.
I've added enable / disable logic on top of your placeholder code. Tested the changes, working fine. If you are okay with the changes I added, we can merge this PR instead of #446
Thank you, @bineesh-n ! Yes, feel free to merge this PR when you are ready. I can release a new version of vagrant-parallels
later today.
@bineesh-n I released it in v2.4.0 https://github.com/Parallels/vagrant-parallels/releases/tag/v2.4.0
This is the alternative implementation of #446, which is supposed to fix the current issue of mounting synced folders on *.macvm guests: #445
Here I moved the synced folder support for *macvm to a separate class,
SyncedFolderMacVM
. ~It is just a placeholder for now and should still be filled with the proper implementation for macvms, as it was discussed here: https://github.com/Parallels/vagrant-parallels/pull/446#issuecomment-1554461800~Fixes #445 Closes #446 as superseded