summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp/did_open_lint.json
AgeCommit message (Collapse)Author
2023-03-08refactor(lsp): improve test client initialization (#18015)David Sherret
2021-10-12fix(lsp): lint diagnostics respect config file (#12338)Bartek IwaƄczuk
This commit fixes problem with LSP where diagnostics coming from "deno lint" don't respect configuration file. LSP was changed to store "Option<ConfigFile>", "Option<LintConfig>" and "Option<FmtConfig>" on "Inner"; as well as storing "Option<LintConfig>" and "Option<FmtConfig>" on "StateSnapshot". Co-authored-by: Kitson Kelly <me@kitsonkelly.com>