Replies: 1 comment
|
The main issue I have with 1.) is that this makes working with many files (e.g. node) very slow, especially if file scanning (or multiple) are running. I would prefer to keep the files in Linux, in the host where the container runs. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There's multiple options for using WLSC with DevContainers, and it's not clear which is likely to the recommendation going forward.
In a sense (2) seems like the better long term option, but given that it requires customization to get working today, is there another thought here? The changes to virtiofs seem to be trying to making it more reasonable to host files used for Linux development on a non-linux filesystem.
Addendum
If you're interested in option 2, here is my workaround: https://github.com/rbaker5/wslc-devcontainers-via-wsl. It wraps wslc.exe in a shell script that avoids some errors that under ms-vscode-remote.remote-containers, 0.465.0 with wslc 2.9.3.0, causes it to fail. Tested for Ubuntu 24.04.
All reactions