summaryrefslogtreecommitdiff
path: root/cli/lsp/performance.rs
AgeCommit message (Collapse)Author
2021-07-06chore: use parking_lot for synchronization primitives to align with tokio ↵David Sherret
(#11289) parking_lot is already transitively used in tokio via the "full" cargo feature
2021-05-11feat(lsp): add internal debugging logging (#10438)Kitson Kelly
Ref: #10368
2021-04-20feat(lsp): improve diagnostic status page (#10253)Kitson Kelly
2021-02-12feat(lsp): add deno cache code actions (#9471)Kitson Kelly
2021-01-27feat(lsp): add performance measurements (#9209)Kitson Kelly