Age | Commit message (Collapse) | Author |
|
|
|
Closes: #11610
|
|
Closes: denoland/vscode_deno#433
|
|
Ref: denoland/vscode_deno#287
|
|
Fixes: #11146
Fixes: #11456
Fixes: #10439
|
|
|
|
Fixes #11100
Fixes #10808
|
|
Fixes #10677
|
|
Closes #10122
|
|
Ref #8643
|
|
Fixes #10747
|
|
|
|
|
|
Fixes #10765
|
|
Fixes #9823
|
|
Resolves: #10587
|
|
Fixes #10603
|
|
Fixes #10695
|
|
|
|
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
|
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
|
|
|
|
|
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
|
Fixes #9920
|
|
|
|
Ref: #8643
|
|
|
|
|
|
|
|
Fixes #9514
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|
|
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
|
|
|
|
|
|
|
When we migrated away from all the locks, there was a regression that
was not caught immediately. The tsc::get_asset() would attempt to modify
the snapshot, but the problem was that the snapshot was a .clone() of
the inner language server's assets, which meant that modifications to
that where lost. When we then attempted to do a hover on those assets,
the inner language servers assets didn't have the retrieved asset, and
therefore would throw an error.
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|
|
|
|
|
|
|
|
Resolves #8400
|