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 (
Expand
)
Author
2021-08-10
feat(lsp): support clients which do not support disabled code actions (#11612)
Kitson Kelly
2021-07-28
feat(lsp): ability to set DENO_DIR via settings (#11527)
Kitson Kelly
2021-07-21
feat(lsp): add workspace config to status page (#11459)
Kitson Kelly
2021-07-06
chore: use parking_lot for synchronization primitives to align with tokio (#1...
David Sherret
2021-06-22
feat(cli): support "types" when type checking (#10999)
Kitson Kelly
2021-06-15
Remove various unnecessary allow(clippy) declarations (#10971)
Ryan Dahl
2021-06-07
feat(lsp): add test code lens (#10874)
Kitson Kelly
2021-06-01
feat(lsp): registry auto discovery (#10813)
Kitson Kelly
2021-06-01
fix(lsp): updates to workspace config are processed sync (#10812)
Kitson Kelly
2021-05-20
fix(lsp): re-enable the per resource configuration without a deadlock (#10625)
Kitson Kelly
2021-05-12
fix(#10603): revert minimal changes to resolve deadlock bug (#10605)
Kitson Kelly
2021-05-11
feat(lsp): add internal debugging logging (#10438)
Kitson Kelly
2021-05-10
refactor(cli): replace loading file for --config flag with generic structure ...
Bartek IwaĆczuk
2021-05-10
feat: support workspace folders configuration (#10488)
Kitson Kelly
2021-04-09
feat(lsp): add registry import auto-complete (#9934)
Kitson Kelly
2021-04-02
feat(lsp): implement textDocument/foldingRange (#9900)
Jean Pierre
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 (#8...
Valentin Anger
2020-12-21
refactor: rewrite lsp to be async (#8727)
Luca Casonato
2020-12-10
feat(lsp): support import maps (#8683)
Kitson Kelly
2020-12-07
feat: add mvp language server (#8515)
Kitson Kelly