|
|
|
|
|
by WirelessGigabit
1023 days ago
|
|
Accessing WSL files via 9P works pretty nice, except for when you use JetBrains. Half of its tools interacting with Docker & WSL do not understand how to work with the \\wsl$\ prefix. Some places you have to put \\wsl$$\, but on other places it gets converted to //wsl$/ which then breaks path mapping. |
|
Edit: there is also JetBrains Gateway as a solution now but I find it less of a seamless experience than vscode remote, e.g. it requires using the large r 4 CPU / 32GB VM option via GitHub Codespaces and it doesn't sync plugins.