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
/
config.rs
Age
Commit message (
Collapse
)
Author
2021-04-09
feat(lsp): add registry import auto-complete (#9934)
Kitson Kelly
2021-04-02
feat(lsp): implement textDocument/foldingRange (#9900)
Jean Pierre
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-03-16
refactor(lsp): refactor completions and add tests (#9789)
Kitson Kelly
2021-03-10
fix(lsp): diagnostics use own thread and debounce (#9572)
Kitson Kelly
2021-02-08
feat(lsp): add implementations code lens (#9441)
Kitson Kelly
2021-02-01
feat(lsp): add references code lens (#9316)
Kitson Kelly
2021-01-29
Update lspower dependency (#9179)
hvithrafn
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-05
fix(lsp): Respect client capabilities for config and dynamic registration ↵
Valentin Anger
(#8865)
2020-12-21
refactor: rewrite lsp to be async (#8727)
Luca Casonato
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
2020-12-10
feat(lsp): support import maps (#8683)
Kitson Kelly
2020-12-07
feat: add mvp language server (#8515)
Kitson Kelly
Resolves #8400