Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-01 | fix(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-23 | refactor(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-15 | fix(lsp): avoid calling client while holding lock (#18197) | David Sherret | |
2023-01-27 | chore: upgrade to Rust 1.67 (#17548) | David Sherret | |
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com> | |||
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 | |
Ref: denoland/vscode_deno#629 | |||
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 | |