You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify implementation of --inferTSConfig. (#197)
The earlier implementation would end up generating multiple
LSIF dumps, out of which only one got uploaded. It doesn't
make sense to waste CPU doing that.
Fix bugs in implementation of --inferTSConfig. (#193)
1. The path joining was incorrect.
2. listDirsRecursive should return directory paths, not file paths.
3. We should skip paths with 'node_modules'.