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
/
text.rs
Age
Commit message (
Expand
)
Author
2024-05-04
fix(lsp): handle multiline semantic tokens (#23691)
Nayeem Rahman
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-10-09
perf(lsp): optimize formatting minified files (#20829)
Nayeem Rahman
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-05-15
fix(lsp): correct positions in some scenarios (#14359)
David Sherret
2022-04-03
refactor(lsp): migrate from lspower back to tower-lsp (#14163)
Jason
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-09-07
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
David Sherret
2021-04-20
feat(lsp): Implement textDocument/semanticTokens/full (#10233)
Jean Pierre
2021-01-29
Update lspower dependency (#9179)
hvithrafn
2021-01-27
fix(lsp): handle mbc properly when formatting (#9273)
Kitson Kelly
2021-01-22
fix(lsp): handle mbc documents properly (#9151)
Kitson Kelly
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-12-21
refactor: rewrite lsp to be async (#8727)
Luca Casonato
2020-12-07
feat: add mvp language server (#8515)
Kitson Kelly