- Notifications
You must be signed in to change notification settings - Fork13.2k
Closed
Labels
Milestone
Description
template info added by@mjbvz
TypeScript Version: 3.6.2
Search Terms
- Wsl
- updateOpen
- perf
Original report below
From my testing - this issue seems to only be related to WSL (maybe 2.0) andnode_modules together.
In Insiders v1.39.0 on a fresh install there were no issues on a specified project of mine (about 1GB, 60MBnode_modules), as well as a smaller project (nonode_modules, only about 15MB).
Once loaded into WSL withRemote WSL extension, a small project (nonode_modules, only about 15MB) worked perfectly. The same first project (about 1GB, 60MBnode_modules), didn't load (over 15 minutes).
EDIT: It ended up working after 29 minutes. I can maybe share the entiretsserver.log privately (once I scrub it) if needed.