1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/tests/testdata/lsp
2023-02-11 14:25:45 +01:00
..
code_actions/cache_npm feat(unstable/npm): initial type checking of npm specifiers (#16332) 2022-10-21 15:20:18 +00:00
completions/npm feat(unstable/npm): initial type checking of npm specifiers (#16332) 2022-10-21 15:20:18 +00:00
registries feat(lsp): provide registry details on hover if present (#13294) 2022-01-07 11:27:13 +11:00
a.d.ts feat(cli): update to TypeScript 4.5 (#12410) 2021-12-10 09:12:21 +11:00
b.d.ts feat(cli): update to TypeScript 4.5 (#12410) 2021-12-10 09:12:21 +11:00
code_action_ignore_lint_params.json
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
code_action_params_cache.json
code_action_params_deadlock.json
code_action_params_import_assertion.json fix(lsp): provide diagnostics for import assertions (#13105) 2021-12-16 14:53:17 +11:00
code_action_params_imports.json fix(lsp): "Add all missing imports" uses correct specifiers (#17216) 2022-12-29 21:07:09 +01:00
code_action_params_refactor.json
code_action_redirect_response.json refactor: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00
code_action_resolve_params.json
code_action_resolve_params_imports.json fix(lsp): "Add all missing imports" uses correct specifiers (#17216) 2022-12-29 21:07:09 +01:00
code_action_resolve_params_refactor.json
code_action_resolve_response.json
code_action_resolve_response_imports.json fix(lsp): "Add all missing imports" uses correct specifiers (#17216) 2022-12-29 21:07:09 +01:00
code_action_resolve_response_refactor.json
code_action_response.json
code_action_response_cache.json
code_action_response_import_assertion.json fix(lsp): provide diagnostics for import assertions (#13105) 2021-12-16 14:53:17 +11:00
code_action_response_imports.json fix(lsp): "Add all missing imports" uses correct specifiers (#17216) 2022-12-29 21:07:09 +01:00
code_action_response_no_disabled.json fix(check): use "moduleDetection": "force" (#14875) 2022-06-15 12:26:43 -04:00
code_action_response_refactor.json fix(check): use "moduleDetection": "force" (#14875) 2022-06-15 12:26:43 -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 feat: update to TypeScript 4.7 (#14242) 2022-06-01 10:19:18 +10:00
code_lens_resolve_response_impl.json
code_lens_response.json
code_lens_response_changed.json
code_lens_response_impl.json
code_lens_response_test.json feat(lsp): add code lens for debugging tests (#13138) 2021-12-20 16:00:38 +11:00
completion_request_params_optional.json
completion_request_response_empty.json fix(lsp): use correct commit chars for completions (#15366) 2022-08-02 08:54:17 +10:00
completion_resolve_params.json
completion_resolve_params_optional.json
completion_resolve_params_registry.json
completion_resolve_response.json feat: add more variants to Deno.build.os (#17340) 2023-02-11 14:25:45 +01:00
completion_resolve_response_registry.json
deno.embedded_import_map.jsonc feat: embed import map in the config file (#17478) 2023-01-25 21:13:40 +01:00
deno.fmt.exclude.jsonc fix(lsp): lsp should respect include/exclude files in format config (#12876) 2021-11-24 15:14:19 -05:00
deno.fmt.jsonc feat(fmt): add support for configuration file (#11944) 2021-09-13 20:19:10 +02:00
deno.import_map.jsonc feat(cli): update to TypeScript 4.8 (#15064) 2022-09-20 07:00:01 +10:00
deno.lint.exclude.jsonc fix(lsp): lsp should respect include/exclude files in format config (#12876) 2021-11-24 15:14:19 -05:00
deno.lint.jsonc fix(lint): use recommended tag if there is no tags in config file or flags (#12644) 2021-11-04 11:12:12 -04:00
diagnostics_deno_deps.json
diagnostics_deno_types.json
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
did_open_params_doc_symbol.json
did_open_params_import_hover.json feat(lsp): provide registry details on hover if present (#13294) 2022-01-07 11:27:13 +11:00
did_open_params_large.json chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
did_open_params_semantic_tokens.json
did_open_params_test_code_lens.json
did_open_params_tls_cert.json fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467) 2022-01-24 11:27:52 +11:00
document_symbol_response.json feat(lsp): add workspace symbol provider (#12787) 2021-11-23 11:08:56 +11:00
formatting_mbc_response.json
import-map-completions.json feat(lsp): provide completions from import map if available (#13624) 2022-02-10 07:13:50 +11:00
import-map.json
incoming_calls_params.json
incoming_calls_response.json
initialize_params.json fix(lsp): properly handle snippets on completions (#16274) 2022-10-14 23:04:38 +11:00
initialize_params_bad_config_option.json
initialize_params_ca_no_disabled.json
initialize_params_code_lens_test.json
initialize_params_code_lens_test_disabled.json
initialize_params_did_config_change.json
initialize_params_disabled.json
initialize_params_hints.json feat: support inlay hints (#16287) 2022-10-16 13:39:43 +11:00
initialize_params_import_map.json
initialize_params_no_snippet.json fix(lsp): properly handle snippets on completions (#16274) 2022-10-14 23:04:38 +11:00
initialize_params_registry.json feat(lsp): provide registry details on hover if present (#13294) 2022-01-07 11:27:13 +11:00
initialize_params_tls_cert.json fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467) 2022-01-24 11:27:52 +11:00
initialize_params_unstable.json
initialize_params_workspace_enable_paths.json feat(lsp): support deno.enablePaths setting (#13978) 2022-03-21 12:33:37 +11:00
lib.tsconfig.json
outgoing_calls_params.json
outgoing_calls_response.json
prepare_call_hierarchy_response.json
rename_response.json
selection_range_response.json feat: upgrade to TypeScript 4.9.3 (#16973) 2022-12-07 12:59:59 -05:00
types.tsconfig.json fix(lint): use recommended tag if there is no tags in config file or flags (#12644) 2021-11-04 11:12:12 -04:00
x_deno_warning_redirect.js refactor: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00