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/lsp
2021-06-22 07:18:32 +10:00
..
registries feat(lsp): add registry import auto-complete (#9934) 2021-04-09 11:27:27 +10:00
a.d.ts feat(cli): support "types" when type checking (#10999) 2021-06-22 07:18:32 +10:00
b.d.ts feat(cli): support "types" when type checking (#10999) 2021-06-22 07:18:32 +10:00
code_action_ignore_lint_params.json feat(lsp): quick fix actions to ignore lint errors (#10627) 2021-06-21 16:43:35 +10:00
code_action_ignore_lint_response.json feat(lsp): quick fix actions to ignore lint errors (#10627) 2021-06-21 16:43:35 +10:00
code_action_params.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
code_action_params_cache.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
code_action_params_deadlock.json chore(lsp): provide test for lsp deadlock issue (#10679) 2021-05-21 07:35:37 +10:00
code_action_params_imports.json fix(#10765): lsp import fixes include extensions (#10778) 2021-05-29 21:21:11 +10:00
code_action_resolve_params.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
code_action_resolve_params_imports.json fix(#10765): lsp import fixes include extensions (#10778) 2021-05-29 21:21:11 +10:00
code_action_resolve_response.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
code_action_resolve_response_imports.json fix(#10765): lsp import fixes include extensions (#10778) 2021-05-29 21:21:11 +10:00
code_action_response.json fix(lsp): support codeAction/resolve (#9405) 2021-02-06 07:10:53 +11:00
code_action_response_cache.json feat(lsp): add deno cache code actions (#9471) 2021-02-12 15:17:48 +11:00
code_action_response_imports.json fix(#10765): lsp import fixes include extensions (#10778) 2021-05-29 21:21:11 +10:00
code_lens_resolve_response.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
code_lens_resolve_response_impl.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
code_lens_response.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
code_lens_response_changed.json fix(lsp): refactor, fix issues and add benchmark for code lens (#10841) 2021-06-05 07:31:44 +10:00
code_lens_response_impl.json fix(lsp): refactor, fix issues and add benchmark for code lens (#10841) 2021-06-05 07:31:44 +10:00
code_lens_response_test.json feat(lsp): add test code lens (#10874) 2021-06-07 21:38:07 +10:00
completion_request_params_optional.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
completion_request_response_empty.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
completion_resolve_params.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
completion_resolve_params_optional.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
completion_resolve_params_registry.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
completion_resolve_response.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
completion_resolve_response_registry.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
diagnostics_deno_deps.json fix(#10695): deps diagnostics include data property (#10696) 2021-05-19 22:28:23 +10:00
diagnostics_deno_types.json feat(lsp): diagnostics for deno types and triple-slash refs (#10699) 2021-05-25 12:34:01 +10:00
did_open_params_deno_types.json feat(lsp): diagnostics for deno types and triple-slash refs (#10699) 2021-05-25 12:34:01 +10:00
did_open_params_doc_symbol.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
did_open_params_large.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
did_open_params_semantic_tokens.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
did_open_params_test_code_lens.json feat(lsp): add test code lens (#10874) 2021-06-07 21:38:07 +10:00
document_symbol_response.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
formatting_mbc_response.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
incoming_calls_params.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
incoming_calls_response.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
initialize_params.json feat(lsp): add test code lens (#10874) 2021-06-07 21:38:07 +10:00
initialize_params_code_lens_test.json feat(lsp): add test code lens (#10874) 2021-06-07 21:38:07 +10:00
initialize_params_code_lens_test_disabled.json feat(lsp): add test code lens (#10874) 2021-06-07 21:38:07 +10:00
initialize_params_did_config_change.json fix(lsp): updates to workspace config are processed sync (#10812) 2021-06-01 19:24:36 +10:00
initialize_params_disabled.json fix(lsp): re-enable the per resource configuration without a deadlock (#10625) 2021-05-20 19:56:48 +10:00
initialize_params_registry.json fix(lsp): re-enable the per resource configuration without a deadlock (#10625) 2021-05-20 19:56:48 +10:00
initialize_params_unstable.json fix(lsp): re-enable the per resource configuration without a deadlock (#10625) 2021-05-20 19:56:48 +10:00
lib.tsconfig.json fix(#10747): cannot read config option in windows (#10791) 2021-06-06 15:00:17 +10:00
outgoing_calls_params.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
outgoing_calls_response.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
prepare_call_hierarchy_response.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
rename_response.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
selection_range_response.json refactor: share test harness for lsp between bench and integration (#10659) 2021-05-18 06:45:13 +10:00
types.tsconfig.json feat(cli): support "types" when type checking (#10999) 2021-06-22 07:18:32 +10:00