You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.
Background: a synced folder in Vagrant displays as an empty directory. While it works great for a working representation of your plugin or theme it does not allow for editing.
If, after creating the synced folder, a symlink is created in place of the synced folder, it is now possible to edit the plugin/theme in your IDE.
BTW, this exchange from synced folder to symlink must occur every time Pressmatic would normally run the Volumes add-on. So after a restart, volume remap, etc.
Each individual entry would need a checkbox to create a symlink.
The flow would likely be something like the following.
Delete the symlink in the Container Destination
Create/Re-create the synced folder from Host Source to Container Destination
Delete the synced folder in Container Destination
Create symlink from Host Source to Container Destination
Here's the code I used to use with VVV. I would have to run the shell script every time VVV reloaded, etc.
After the plugins or themes are added via the Volumes Addon, simply run this modified script and symlinks with replace the created synced folders that LbF creates.
No description provided.
The text was updated successfully, but these errors were encountered: