← Back to context Comment by eli 21 hours ago Or just a VM that doesn't share so much with your host. Just makes for a more annoying dev experience. 2 comments eli Reply dist-epoch 19 hours ago Why do you need to share anything? Code goes through GitHub - VM has it's own repo clone, if you need data files, you mount them read-only in the VM, have a read-write mount for output data. eli 9 hours ago I'd like to be able to see and edit the code in an IDE
dist-epoch 19 hours ago Why do you need to share anything? Code goes through GitHub - VM has it's own repo clone, if you need data files, you mount them read-only in the VM, have a read-write mount for output data. eli 9 hours ago I'd like to be able to see and edit the code in an IDE
Why do you need to share anything? Code goes through GitHub - VM has it's own repo clone, if you need data files, you mount them read-only in the VM, have a read-write mount for output data.
I'd like to be able to see and edit the code in an IDE