mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-14 16:52:56 -05:00
When opening a file, we pass TS Server a project root to prevent it from scanning too many files. On web, we need to pass the transformed project root, not the original uri This PR also removes some confusingly duplicated methods and renames them to make their behavior more clear