0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/testdata/lsp
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
..
registries fix(lsp): correctly parse registry patterns (#12063) 2021-09-14 14:40:35 +02:00
a.d.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
b.d.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_action_ignore_lint_params.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_action_ignore_lint_response.json feat(lsp): ignore specific lint for entire file (#12023) 2021-09-14 17:46:51 +05:30
code_action_params.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_action_params_cache.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_action_params_deadlock.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_action_params_imports.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_action_params_refactor.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_action_resolve_params.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_action_resolve_params_imports.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_action_resolve_params_refactor.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_action_resolve_response.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_action_resolve_response_imports.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_action_resolve_response_refactor.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_action_response.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_action_response_cache.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_action_response_imports.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_action_response_no_disabled.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_action_response_refactor.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_action_update_ignore_lint_params.json feat(lsp): ignore specific lint for entire file (#12023) 2021-09-14 17:46:51 +05:30
code_action_update_ignore_lint_response.json feat(lsp): ignore specific lint for entire file (#12023) 2021-09-14 17:46:51 +05:30
code_lens_resolve_response.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_lens_resolve_response_impl.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_lens_response.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_lens_response_changed.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_lens_response_impl.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
code_lens_response_test.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
completion_request_params_optional.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
completion_request_response_empty.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
completion_resolve_params.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
completion_resolve_params_optional.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
completion_resolve_params_registry.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
completion_resolve_response.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
completion_resolve_response_registry.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
deno.fmt.jsonc feat(fmt): add support for configuration file (#11944) 2021-09-13 20:19:10 +02:00
deno.lint.jsonc fix(lsp): lint diagnostics respect config file (#12338) 2021-10-12 00:02:33 +02:00
diagnostics_deno_deps.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
diagnostics_deno_types.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
did_open_lint.json fix(lsp): lint diagnostics respect config file (#12338) 2021-10-12 00:02:33 +02:00
did_open_params_deno_types.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
did_open_params_doc_symbol.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
did_open_params_import_hover.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
did_open_params_large.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
did_open_params_semantic_tokens.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
did_open_params_test_code_lens.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
document_symbol_response.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
formatting_mbc_response.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
import-map.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
incoming_calls_params.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
incoming_calls_response.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
initialize_params.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
initialize_params_bad_config_option.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
initialize_params_ca_no_disabled.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
initialize_params_code_lens_test.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
initialize_params_code_lens_test_disabled.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
initialize_params_did_config_change.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
initialize_params_disabled.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
initialize_params_import_map.json fix(lsp): support data urls in deno.importMap option (#11397) 2021-09-13 09:49:23 +05:30
initialize_params_registry.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
initialize_params_unstable.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
lib.tsconfig.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
outgoing_calls_params.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
outgoing_calls_response.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
prepare_call_hierarchy_response.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
rename_response.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
selection_range_response.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
types.tsconfig.json chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00