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
/
client.rs
Age
Commit message (
Expand
)
Author
2024-05-08
refactor(lsp): cleanup partially locking methods (#23723)
Nayeem Rahman
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-14
feat(lsp): upgrade check on init and notification (#21105)
Nayeem Rahman
2023-10-24
perf(lsp): cleanup workspace settings scopes (#20937)
Nayeem Rahman
2023-10-12
feat(lsp): send "deno/didChangeDenoConfiguration" notifications (#20827)
Nayeem Rahman
2023-09-21
refactor(lsp): store language sections in WorkspaceSettings (#20593)
Nayeem Rahman
2023-09-01
Reland "feat(lsp): enable via config file detection (#20334)" (#20349)
Nayeem Rahman
2023-09-01
Revert "feat(lsp): enable via config file detection (#20334)" (#20347)
Bartek Iwańczuk
2023-08-31
feat(lsp): enable via config file detection (#20334)
Nayeem Rahman
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
2023-08-02
feat(unstable/lsp): support navigating to deno_modules folder (#20030)
David Sherret
2023-05-26
chore(lsp/tests): diagnostic synchronization (reland) (#19270)
David Sherret
2023-05-26
Revert "chore(lsp/tests): diagnostic synchronization (#19264)" (#19268)
Bartek Iwańczuk
2023-05-26
chore(lsp/tests): diagnostic synchronization (#19264)
David Sherret
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-05-11
feat(lsp): ability to configure document pre-load limit (#19097)
David Sherret
2023-04-01
fix(repl): disable language server document preloading in the repl (#18543)
David Sherret
2023-03-23
refactor(lsp): add `LspClientUrl` (#18376)
David Sherret
2023-03-15
fix(lsp): avoid calling client while holding lock (#18197)
David Sherret
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2022-04-03
refactor(lsp): migrate from lspower back to tower-lsp (#14163)
Jason
2022-03-30
feat(lsp): add experimental testing API (#13798)
Kitson Kelly
2022-02-24
refactor: remove dead code from lsp (#13743)
Kitson Kelly
2022-01-25
refactor(lsp): remove RwLock on `Config` (#13485)
David Sherret
2021-12-15
feat: REPL import specifier auto-completions (#13078)
David Sherret