summaryrefslogtreecommitdiff
path: root/cli/lsp/diagnostics.rs
AgeCommit message (Expand)Author
2022-04-03refactor(lsp): migrate from lspower back to tower-lsp (#14163)Jason
2022-04-01chore(tests): use custom temp dir creation for the tests (#14153)David Sherret
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-02-24chore: upgrade to Rust 1.59 (#13767)David Sherret
2022-02-24refactor: remove dead code from lsp (#13743)Kitson Kelly
2022-02-04feat(lsp): add redirect diagnostic and quick fix (#13580)Kitson Kelly
2022-02-02refactor(lsp): remove circular dependency between `LanguageServer` and `Diagn...David Sherret
2022-02-02perf(lsp): cancellable TS diagnostics (#13565)David Sherret
2022-02-02fix(lsp): properly display x-deno-warning with redirects (#13554)Kitson Kelly
2022-02-01refactor: integrate deno_graph breaking changes (#13495)Kitson Kelly
2022-01-29fix(lsp): regression where certain diagnostics were showing for disabled file...David Sherret
2022-01-24fix(lsp): independent diagnostic publishing should include all diagnostic sou...David Sherret
2022-01-24perf(lsp): independent diagnostic source publishes (#13427)David Sherret
2022-01-19refactor(lsp): reduce data stored in `StateSnapshot` (#13426)David Sherret
2022-01-17refactor(lsp): remove `performance` from `StateSnapshot` (#13403)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-16fix(lsp): provide diagnostics for import assertions (#13105)Kitson Kelly
2021-12-15feat: REPL import specifier auto-completions (#13078)David Sherret
2021-11-25chore: upgrade lspower to 1.4.0 (#12894)Bartek Iwańczuk
2021-11-24fix(lsp): lsp should respect include/exclude files in format config (#12876)David Sherret
2021-11-23chore(lsp): fix possible race condition with tests expecting 3 publishDiagnos...David Sherret
2021-11-23fix(cli): config file should resolve paths relative to the config file (#12867)David Sherret
2021-11-22fix(lsp): use lint exclude files list from the config file (#12825)igorsaux
2021-11-18refactor(lsp): remove `Documents` mutex and require `Documents` to be mutated...David Sherret
2021-11-18fix(lsp): tag deprecated diagnostics properly (#12801)Kitson Kelly
2021-11-17fix(lsp): retain module dependencies when parse is invalid (#12782)Kitson Kelly
2021-11-16refactor: re-export anyhow from deno_core (#12777)Ryan Dahl
2021-11-12refactor(lsp): prefer using document instead of documents collection (#12720)David Sherret
2021-11-08refactor: move `mod tokio_util` to runtime (#12332)Bert Belder
2021-10-29refactor(lsp): use deno_graph and single document struct (#12535)Kitson Kelly
2021-10-12fix(lsp): lint diagnostics respect config file (#12338)Bartek Iwańczuk
2021-09-07refactor(lsp): use deno_ast and cache swc ASTs (#11780)David Sherret
2021-07-30chore: upgrade Rust to 1.54.0 (#11554)Yusuke Tanaka
2021-07-25fix(lsp): handle importmaps properly (#11496)Kitson Kelly
2021-06-03fix(#10775): diagnostics update on dependency changes (#10817)Kitson Kelly
2021-06-02fix(#10815): lsp only responds to formatting for md, json, jsonc (#10816)Kitson Kelly
2021-05-25feat(lsp): diagnostics for deno types and triple-slash refs (#10699)Kitson Kelly
2021-05-20fix(lsp): re-enable the per resource configuration without a deadlock (#10625)Kitson Kelly
2021-05-19fix(#10695): deps diagnostics include data property (#10696)Kitson Kelly
2021-05-18feat(lsp): provide X-Deno-Warning as a diagnostic (#10680)Kitson Kelly
2021-05-18feat(lsp): support formatting json and markdown files (#10180)Satya Rohith
2021-05-11fix(lsp): remove code_action/diagnostics deadlock (#10555)Kitson Kelly
2021-05-11feat(lsp): add internal debugging logging (#10438)Kitson Kelly
2021-05-10feat: support workspace folders configuration (#10488)Kitson Kelly
2021-05-07refactor(lsp): publish diagnostics independently (#10525)Kitson Kelly
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-03-25upgrade: Rust 1.51.0 (#9895)Yusuke Tanaka
2021-03-18refactor(lsp): slightly reorganize diagnostics debounce logic (#9796)Bert Belder
2021-03-10fix(lsp): diagnostics use own thread and debounce (#9572)Kitson Kelly