mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-15 00:14:20 +01:00
96a5151f7a
Fixes #81059 Fixes #82419 The interactive playground generates uris that have query paramters. This causes the TS Server to crash. The workaround here is make sure the file paths we give to TS Server don't have query paramters but the ones we work with locally do