-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggest storing source code in WSL2 when /mnt folder is opened #4454
Comments
@bamurtaugh The current message is: Feedback and improvements are welcome! |
I like the prompt! For users who may not be aware of this issue, or who may not fully understand the difference in the file systems, I think the link to the doc will be really helpful. I'm curious to see how people interact with the prompt, and also how many people get it in the first place (i.e. how prominent of an issue is this) and how many people continue getting it over time (i.e. do we see a decline over time if folks are now aware of the best practice/change their storage techniques?). |
Right now, the message will show up as long as the user has pressed 'Do not show again'. I made an update so that we also get telemetry when the dialog is not showing due to 'Do not show again'. That way we can measure if the non-performant usage of WSL1 resp WSL2 declines. |
I think that's a good addition too! I think the telemetry we have in place should now help us see if this prompt sparks user interest and affects behavior/helps their performance over time. |
@dbaeumer Think twice!
|
I think you meant @aeschli. |
I mean the maintenance problems can overweight performance gains. Many maintenance functions executed on the Windows folders automatically don't cover Linux FS, starting from virus scan to automatic cloud backup. The rootFS is ext4, i.e. no remote FS access or sharing is possible. Is any IT automation possible? The decision to use this feature produces massive additional, unexpected IT workload from a developer. |
When using WSL 2 on the Windows file system mount we want to show a recommendation to recommend moving the project files to the Linux file system for optimal file system performance.
More information can be seen at https://docs.microsoft.com/en-us/windows/wsl/compare-versions#performance-across-os-file-systems
The text was updated successfully, but these errors were encountered: