Y
Hacker News
new
|
ask
|
show
|
jobs
by
quickthrower2
1402 days ago
Ooh. I find it a bit painful. Stuff like watching for file changes if you mount C:/ don’t work. Adds friction to web dev for sure.
1 comments
isbvhodnvemrwvn
1402 days ago
Dogshit IO performance when accessing native files makes it unusable for me.
link
JoyrexJ9
1402 days ago
I suggest never access native files, if you are still keeping your code in C:\ somewhere I think you're approaching WSL the wrong way. Go all in and I've never looked back
link
sanitycheck
1402 days ago
I'll second this. I treat WSL (2) as a Linux box I'm working on, which I can access via a terminal and \\wsl$ (and VS Code, crucially.)
link
dom96
1402 days ago
This is why I don't use WSL 2. WSL 1 has much better performance when used on C:\
link