summaryrefslogtreecommitdiff
path: root/cli/lsp/language_server.rs
AgeCommit message (Expand)Author
2023-09-18refactor(lsp): cleanup document preload (#20520)Nayeem Rahman
2023-09-18fix(lsp): pass quote preference to tsc (#20547)Nayeem Rahman
2023-09-16feat(lsp): include source in auto import completion label (#20523)Nayeem Rahman
2023-09-13feat(lsp): WorkspaceSettings::disablePaths (#20475)Nayeem Rahman
2023-09-10fix(lsp): always enable semantic tokens responses (#20440)Nayeem Rahman
2023-09-09fix(lsp): respect configured exclusions for testing APIs (#20427)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-08refactor(lsp): clean up "enablePaths" handling (#20388)Nayeem Rahman
2023-09-05feat(lsp): provide the deno.cache command server-side (#20111)sigmaSd
2023-09-02fix(lsp): properly handle disabled configuration requests (#20358)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-08-29fix(lsp): recreate npm search cache when cache path changes (#20327)David Sherret
2023-08-29feat(lsp): npm specifier completions (#20121)Nayeem Rahman
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-26feat(lsp): update imports on file rename (#20245)Nayeem Rahman
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-17fix(lsp): pass fmt options to completion requests (#20184)Nayeem Rahman
2023-08-08refactor(cli): move `snapshot_from_lockfile` function to `deno_npm` (#20024)Yusuke Tanaka
2023-08-08refactor: use deno_cache_dir crate (#20092)David Sherret
2023-08-06feat(unstable): rename `deno_modules` to `vendor` (#20065)David Sherret
2023-08-02feat(unstable/lsp): support navigating to deno_modules folder (#20030)David Sherret
2023-08-02fix: make "suggest.autoImports" to switch completions from external modules (...Kyoh
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-07-26fix(lsp): handle import mapped `node:` specifier (#19956)David Sherret
2023-07-21fix(lsp): handle watched files events from symlinked config files (#19898)David Sherret
2023-07-20fix(lsp): auto-discover deno.json in more cases (#19894)David Sherret
2023-07-20perf(lsp): format in a blocking task (#19883)David Sherret
2023-07-10refactor(lsp): move config file related code to config.rs (#19790)David Sherret
2023-07-08refactor: abstract away file system to be buried inside HttpCache (#19760)David Sherret
2023-07-03feat(lsp): support import maps in quick fix and auto-imports (#19692)David Sherret
2023-07-02feat(lsp): basic support of auto-imports for npm specifiers (#19675)David Sherret
2023-07-02Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)Nayeem Rahman
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-13fix(lsp): update import map config when deno.json changes (#19476)David Sherret
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-06-08refactor(compile): store the npm snapshot in the eszip (#19343)David Sherret
2023-06-06perf(cli): conditionally load typescript declaration files (#19392)David Sherret
2023-05-26chore(lsp/tests): diagnostic synchronization (reland) (#19270)David Sherret
2023-05-26Revert "chore(lsp/tests): diagnostic synchronization (#19264)" (#19268)Bartek Iwańczuk
2023-05-26chore(lsp/tests): diagnostic synchronization (#19264)David Sherret
2023-05-25fix(compile): handle when DENO_DIR is readonly (#19257)David Sherret
2023-05-22feat(lsp): support lockfile and node_modules directory (#19203)David Sherret
2023-05-22fix(npm): store npm binary command resolution in lockfile (#19219)David Sherret
2023-05-17fix(npm): improved optional dependency support (#19135)David Sherret
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-05-12refactor(lsp): make `RequestMethod` private (#19114)David Sherret
2023-05-11feat(lsp): ability to configure document pre-load limit (#19097)David Sherret