5 ms·
Do you mind explaining what a natural workflow for this would look like? Is it to SSH into the VM using your editor of choice?
by erose1 11y ago
Do you mind explaining what a natural workflow for this would look like? Is it to SSH into the VM using your editor of choice?
- lloyd-christmas 11y agoYou can keep doing everything all the coding that you've doing on the windows side. Just set up a shared folder which will instantly update the virtual box. Keep one terminal tab open that's ssh'd into the box, and just switch over to that tab when you want to run anything.
- tlarkworthy 11y agoI do this, e.g. drop box on the VM and host
- erose1 11y agoThanks.