index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
lsp
/
code_lens.rs
Age
Commit message (
Expand
)
Author
2023-05-12
refactor(lsp): make `RequestMethod` private (#19114)
David Sherret
2023-05-11
feat(lsp): ability to configure document pre-load limit (#19097)
David Sherret
2023-04-13
refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)
Yiyu Lin
2023-03-30
fix(lsp): `textDocument/references` should respect `includeDeclaration` (#18496)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-05-20
refactor: upgrade to deno_ast 0.15 (#14680)
David Sherret
2022-04-25
refactor(lsp): store all the assets in Rust when initializing (#14367)
David Sherret
2022-04-03
refactor(lsp): migrate from lspower back to tower-lsp (#14163)
Jason
2022-03-23
chore: remove all `pub(crate)`s from the cli crate (#14083)
David Sherret
2022-01-19
refactor(lsp): reduce data stored in `StateSnapshot` (#13426)
David Sherret
2022-01-19
refactor(lsp): store the `LspUrlMap`'s state inside a mutex (#13416)
David Sherret
2022-01-13
refactor: move transpiling to deno_ast (#13332)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-29
fix(lsp): add code lens for tests just using named functions (#13218)
Kitson Kelly
2021-12-20
feat(lsp): add code lens for debugging tests (#13138)
Jesper van den Ende
2021-12-18
refactor: use `once_cell` instead of `lazy_static` (#13135)
Divy Srivastava
2021-12-08
fix: upgrade swc fixing many bundling and `--no-check` bugs (#13025)
David Sherret
2021-11-12
refactor(lsp): prefer using document instead of documents collection (#12720)
David Sherret
2021-10-29
refactor(lsp): use deno_graph and single document struct (#12535)
Kitson Kelly
2021-09-07
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
David Sherret
2021-08-06
refactor: make `ParsedModule` implement `Sync` (#11581)
David Sherret
2021-07-30
chore: upgrade Rust to 1.54.0 (#11554)
Yusuke Tanaka
2021-06-07
feat(lsp): add test code lens (#10874)
Kitson Kelly
2021-06-05
fix(lsp): refactor, fix issues and add benchmark for code lens (#10841)
Kitson Kelly