Developing on WSL 2
You can use VS Code with Remote Development extension on WSL2. By default, WSL maps C:
drive to /mnt/c
. So you can read any files from C:\
, though I tend to clone repositories separately in ~/
directory
You can use VS Code with Remote Development extension on WSL2. By default, WSL maps C:
drive to /mnt/c
. So you can read any files from C:\
, though I tend to clone repositories separately in ~/
directory
Comments