Files
vscode/extensions
Matt Bierner 3ba66bf24f Use explicit empty authority for JS/TS resources (#149125)
Fixes #149123

10c8c1c2cc made sure we sync over the authority of in-memory resources over to TS Server. However if a resource does not have an authority, this resulted in a url with `scheme//path` instead of `scheme/authority/path`

TS would then normalize the uri to `scheme/path`, resulting in us considering this a new resource

This fix adds an explicit empty authority that we use in this case instead
2022-05-09 15:52:52 -07:00
..
2022-05-02 11:20:10 +02:00
2022-05-02 11:20:10 +02:00
2022-04-25 21:03:41 +02:00
2022-05-02 11:20:10 +02:00
2022-05-03 13:32:15 -07:00
2022-05-02 11:20:10 +02:00