1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-14 16:33:45 -05:00
denoland-deno/cli/tools
Bartek Iwańczuk f332d72f16
fix(lsp): lint diagnostics respect config file (#12338)
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>
2021-10-12 00:02:33 +02:00
..
coverage.rs refactor: integrate deno_graph into CLI (#12369) 2021-10-11 08:26:22 +11:00
doc.rs refactor: integrate deno_graph into CLI (#12369) 2021-10-11 08:26:22 +11:00
fmt.rs feat(cli/fmt): support more markdown extensions (#12195) 2021-09-23 21:49:25 +05:30
installer.rs feat(cli/uninstall): add uninstall command (#12209) 2021-09-30 11:38:07 -04:00
lint.rs fix(lsp): lint diagnostics respect config file (#12338) 2021-10-12 00:02:33 +02:00
mod.rs refactor(cli): introduce module specifier test modes (#11769) 2021-08-26 21:21:58 +02:00
repl.rs fix(repl): avoid panic when assigned to globalThis (#12273) 2021-10-01 00:25:58 +09:00
standalone.rs feat: add --compat flag to provide built-in Node modules (#12293) 2021-10-05 01:35:55 +02:00
test.rs feat(unstable/test): imperative test steps API (#12190) 2021-10-11 09:45:02 -04:00
upgrade.rs fix(cli/tools/upgrade): check if passed version is valid (#11296) 2021-07-07 14:59:39 -04:00