summaryrefslogtreecommitdiff
path: root/cli/lsp/client.rs
AgeCommit message (Collapse)Author
2023-04-01fix(repl): disable language server document preloading in the repl (#18543)David Sherret
This was an oversight because the repl uses the language server under the hood. Also, never preloads from a root directory. Part of #18538
2023-03-23refactor(lsp): add `LspClientUrl` (#18376)David Sherret
This will make it a bit harder to accidentally use a client url in the wrong place. I don't fully understand why we do this mapping, but this will help prevent bugs like #18373 Closes #18374
2023-03-15fix(lsp): avoid calling client while holding lock (#18197)David Sherret
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
2023-01-13chore: add `copyright_checker` tool and add the missing copyright (#17285)Yiyu Lin
2022-04-03refactor(lsp): migrate from lspower back to tower-lsp (#14163)Jason
2022-03-30feat(lsp): add experimental testing API (#13798)Kitson Kelly
Ref: denoland/vscode_deno#629
2022-02-24refactor: remove dead code from lsp (#13743)Kitson Kelly
2022-01-25refactor(lsp): remove RwLock on `Config` (#13485)David Sherret
2021-12-15feat: REPL import specifier auto-completions (#13078)David Sherret