summaryrefslogtreecommitdiff
path: root/cli/lsp/repl.rs
AgeCommit message (Expand)Author
2023-09-13feat(lsp): WorkspaceSettings::disablePaths (#20475)Nayeem Rahman
2023-09-09Reland "refactor(lsp): clean up "enablePaths" handling (#20388)" (#20423)Nayeem Rahman
2023-09-08Revert "refactor(lsp): clean up "enablePaths" handling (#20388)" (#20419)Nayeem Rahman
2023-09-08chore(lsp): remove TestingSettings::enable (#20407)Nayeem Rahman
2023-09-08refactor(lsp): clean up "enablePaths" handling (#20388)Nayeem Rahman
2023-09-01Reland "feat(lsp): enable via config file detection (#20334)" (#20349)Nayeem Rahman
2023-09-01Revert "feat(lsp): enable via config file detection (#20334)" (#20347)Bartek IwaƄczuk
2023-08-31feat(lsp): enable via config file detection (#20334)Nayeem Rahman
2023-05-11feat(lsp): ability to configure document pre-load limit (#19097)David Sherret
2023-03-30fix(repl): improve package.json support (#18497)David Sherret
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-10-16feat: support inlay hints (#16287)Kitson Kelly
2022-10-14fix(lsp): properly handle snippets on completions (#16274)Kitson Kelly
2022-07-12feat(cli/lsp): Sort repl completions (#15171)2shiori17
2022-05-20refactor: upgrade to deno_ast 0.15 (#14680)David Sherret
2022-04-03refactor(lsp): migrate from lspower back to tower-lsp (#14163)Jason
2022-03-30feat(lsp): add experimental testing API (#13798)Kitson Kelly
2022-03-21feat(lsp): support deno.enablePaths setting (#13978)Kitson Kelly
2022-02-24refactor: remove dead code from lsp (#13743)Kitson Kelly
2022-01-24fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467)Kitson Kelly
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-15feat: REPL import specifier auto-completions (#13078)David Sherret