summaryrefslogtreecommitdiff
path: root/cli/lsp/diagnostics.rs
AgeCommit message (Expand)Author
2023-12-07feat: add suggestions to module not found error messages for file urls (#21498)David Sherret
2023-12-07feat(unstable): ability to resolve specifiers with no extension, specifiers f...David Sherret
2023-12-03perf(lsp): check tsc request cancellation before execution (#21447)Nayeem Rahman
2023-12-02chore: update std to 0.208.0 (#21318)Asher Gomez
2023-12-01refactor(lsp): log names (#21413)Bartek Iwańczuk
2023-10-24perf(lsp): cleanup workspace settings scopes (#20937)Nayeem Rahman
2023-10-20feat(unstable): allow bare specifier for builtin node module (#20728)Yoshiya Hinosawa
2023-10-03refactor(npm): break up `NpmModuleLoader` and move more methods into the mana...David Sherret
2023-09-29refactor(cli): make `CliNpmResolver` a trait (#20732)David Sherret
2023-09-28refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718)David Sherret
2023-09-26chore: slight cleanup in npm resolvers (#20692)David Sherret
2023-09-24feat(lsp): cache all dependencies quick fix (#20665)Nayeem Rahman
2023-09-24refactor(lsp): implement "deno.cacheOnSave" server-side (#20632)Nayeem Rahman
2023-09-24fix(lsp): show related information for tsc diagnostics (#20654)Nayeem Rahman
2023-09-13feat(lsp): WorkspaceSettings::disablePaths (#20475)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-07feat: support import attributes (#20342)David Sherret
2023-09-05feat(lsp): provide the deno.cache command server-side (#20111)sigmaSd
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-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-21refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)David Sherret
2023-08-08refactor: use deno_cache_dir crate (#20092)David Sherret
2023-08-02feat(unstable/lsp): support navigating to deno_modules folder (#20030)David Sherret
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-07-25refactor: simplify signature of diagnose_resolution (#19753)Martin Fischer
2023-07-11fix(lsp): stop diagnostics flickering (#19803)David Sherret
2023-07-11refactor(lsp): update diagnostics.rs to use structs instead of records (#19799)David Sherret
2023-07-11fix(lsp): remove quotes and period surrounding specifier in uncached messages...David Sherret
2023-07-08refactor: abstract away file system to be buried inside HttpCache (#19760)David Sherret
2023-07-02Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)Nayeem Rahman
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-05-28refactor(core): remove ext: modules from the module map (#19040)Nayeem Rahman
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-22feat(lsp): support lockfile and node_modules directory (#19203)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
2023-04-24fix(lsp): show dependency errors for repeated imports (#18807)Nayeem Rahman
2023-04-21refactor(node): move most of cli/node to ext/node (#18797)David Sherret
2023-04-06refactor(npm): use deno_npm and deno_semver (#18602)David Sherret
2023-04-01fix(repl): disable language server document preloading in the repl (#18543)David Sherret
2023-03-29refactor(lsp): remove boolean parameters on `documents.documents(...)` (#18493)David Sherret
2023-03-21feat: TypeScript 5.0.2 (except decorators) (#18294)David Sherret