summaryrefslogtreecommitdiff
path: root/cli/lsp/language_server.rs
AgeCommit message (Expand)Author
2023-01-18refactor(cli): Integrate standalone mode cert handling into `Flags` (#17419)Andreu Botella
2023-01-07refactor(cli/tools): move flag and config logic to CliOptions (#17008)Geert-Jan Zwiers
2023-01-03fix(lsp): don't error if completionItem/resolve request fails (#17250)Bartek Iwańczuk
2023-01-03refactor(lsp): reduce number of clones (#17254)Geert-Jan Zwiers
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-20fix(lsp/format): language formatter used should be based on language id (#17148)David Sherret
2022-12-19perf(lsp): concurrent reads and exclusive writes (#17135)David Sherret
2022-12-12feat: improve download progress bar (#16984)Bartek Iwańczuk
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret
2022-11-27fix(npm): ensure npm package downloaded once per run when using `--reload` (#...David Sherret
2022-11-26refactor: `DenoDir` - move to cache folder and make `root_dir` private (#16823)David Sherret
2022-11-18fix(npm): use an http client with connection pool (#16705)David Sherret
2022-11-10feat: remove --unstable flag requirement for npm: specifiers (#16473)Bartek Iwańczuk
2022-11-08feat(unstable/npm): support peer dependencies (#16561)David Sherret
2022-11-02fix(lock): autodiscovery of lockfile (#16498)Bartek Iwańczuk
2022-10-21feat(unstable/npm): initial type checking of npm specifiers (#16332)David Sherret
2022-10-20fix(lsp): allow caching deps in non-saved files (#16353)David Sherret
2022-10-17fix(lsp): treat empty import map value config as none (#16224)Tomofumi Chiba
2022-10-16feat: support inlay hints (#16287)Kitson Kelly
2022-10-14fix(lsp): properly handle snippets on completions (#16274)Kitson Kelly
2022-08-02fix(lsp): remove excessive line breaks in status page (#15364)Outvi V
2022-07-14feat(lsp): provide import map remapping diags and fixes (#15165)Kitson Kelly
2022-07-12fix(lsp): enable auto imports (#15145)Kitson Kelly
2022-07-11refactor: rename run_basic to run_local (#15068)cuobiezi
2022-07-01refactor: extract `deno_graph::create_graph` use to common function (#15009)David Sherret
2022-07-01chore: use Rust 1.62.0 (#15028)Bartek Iwańczuk
2022-06-28refactor: add `RootConfig` (#14985)David Sherret
2022-06-27refactor: create `args` folder (#14982)David Sherret
2022-06-27fix(lsp): restart TS language service when caching dependencies (#14979)Bartek Iwańczuk
2022-06-15fix(check): use "moduleDetection": "force" (#14875)Nayeem Rahman
2022-06-09fix(lsp): change glob to watch json and jsonc files (#14828)Bartek Iwańczuk
2022-05-20refactor: upgrade to deno_ast 0.15 (#14680)David Sherret
2022-04-25refactor(lsp): store all the assets in Rust when initializing (#14367)David Sherret
2022-04-19perf(fmt/lint): incremental formatting and linting (#14314)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-29chore(ci): fix lsp bench due to notification that was accidentally added (#14...David Sherret
2022-03-29chore: upgrade dprint-core to 0.54.1 (#14146)David Sherret
2022-03-29feat(lsp): support API for config file (#14139)Kitson Kelly
2022-03-28fix(lsp): watch .jsonc files (#14135)Kitson Kelly
2022-03-23chore: remove all `pub(crate)`s from the cli crate (#14083)David Sherret
2022-03-21feat(lsp): support deno.enablePaths setting (#13978)Kitson Kelly
2022-03-03chore(lsp): log more for "unexpected positions" lsp error (#13815)David Sherret
2022-02-24chore: upgrade to Rust 1.59 (#13767)David Sherret
2022-02-24refactor: remove dead code from lsp (#13743)Kitson Kelly
2022-02-23feat: allow specification of import map in config file (#13739)Kitson Kelly
2022-02-10feat(lsp): support linking to symbols in JSDoc on hover (#13631)Kitson Kelly
2022-02-10feat(lsp): provide completions from import map if available (#13624)Kitson Kelly
2022-02-05fix(lsp): do not panic getting root_uri to auto discover configuration file (...David Sherret
2022-02-04feat(lsp): add redirect diagnostic and quick fix (#13580)Kitson Kelly