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/lsp
Kitson Kelly 2225e83da2
fix(lsp): handle data URLs properly (#9522)
Fixes #9514

Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2021-02-18 15:37:05 +11:00
..
code_action_request.json feat(lsp): add TS quick fix code actions (#9396) 2021-02-05 05:53:02 +11:00
code_action_request_cache.json feat(lsp): add deno cache code actions (#9471) 2021-02-12 15:17:48 +11:00
code_action_resolve_request.json fix(lsp): support codeAction/resolve (#9405) 2021-02-06 07:10:53 +11:00
code_action_resolve_request_response.json fix(lsp): support codeAction/resolve (#9405) 2021-02-06 07:10:53 +11: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_lens_request.json feat(lsp): add references code lens (#9316) 2021-02-01 14:30:41 +11:00
code_lens_request_asset.json fix(lsp): handle data URLs properly (#9522) 2021-02-18 15:37:05 +11:00
code_lens_resolve_request.json feat(lsp): add references code lens (#9316) 2021-02-01 14:30:41 +11:00
code_lens_resolve_request_asset.json fix(lsp): handle data URLs properly (#9522) 2021-02-18 15:37:05 +11:00
code_lens_resolve_request_impl.json feat(lsp): add implementations code lens (#9441) 2021-02-08 21:45:10 +11:00
definition_request_asset.json fix(lsp): handle data URLs properly (#9522) 2021-02-18 15:37:05 +11:00
did_change_notification_large.json fix(lsp): handle mbc documents properly (#9151) 2021-01-22 21:03:16 +11:00
did_change_notification_large_02.json feat(lsp): add performance measurements (#9209) 2021-01-27 11:32:49 +11:00
did_change_notification_large_03.json feat(lsp): add performance measurements (#9209) 2021-01-27 11:32:49 +11:00
did_change_notification_mbc.json fix(lsp): handle mbc documents properly (#9151) 2021-01-22 21:03:16 +11:00
did_open_notification.json feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
did_open_notification_asset.json fix(lsp): handle data URLs properly (#9522) 2021-02-18 15:37:05 +11:00
did_open_notification_cache.json feat(lsp): add deno cache code actions (#9471) 2021-02-12 15:17:48 +11:00
did_open_notification_cl_impl.json feat(lsp): add implementations code lens (#9441) 2021-02-08 21:45:10 +11:00
did_open_notification_cl_references.json feat(lsp): add references code lens (#9316) 2021-02-01 14:30:41 +11:00
did_open_notification_code_action.json feat(lsp): add TS quick fix code actions (#9396) 2021-02-05 05:53:02 +11:00
did_open_notification_large.json fix(lsp): handle mbc documents properly (#9151) 2021-01-22 21:03:16 +11:00
did_open_notification_mbc.json fix(lsp): handle mbc documents properly (#9151) 2021-01-22 21:03:16 +11:00
did_open_notification_mbc_fmt.json fix(lsp): handle mbc properly when formatting (#9273) 2021-01-27 07:50:13 +11:00
did_open_notification_unstable.json feat(lsp): support the unstable setting (#8851) 2020-12-22 21:21:18 +11:00
exit_notification.json feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
formatting_request_mbc_fmt.json fix(lsp): handle mbc properly when formatting (#9273) 2021-01-27 07:50:13 +11:00
hover_request.json feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
hover_request_asset.json fix(lsp): handle data URLs properly (#9522) 2021-02-18 15:37:05 +11:00
hover_request_large_01.json feat(lsp): add performance measurements (#9209) 2021-01-27 11:32:49 +11:00
hover_request_large_02.json feat(lsp): add performance measurements (#9209) 2021-01-27 11:32:49 +11:00
hover_request_large_03.json feat(lsp): add performance measurements (#9209) 2021-01-27 11:32:49 +11:00
hover_request_mbc.json fix(lsp): handle mbc documents properly (#9151) 2021-01-22 21:03:16 +11:00
initialize_request.json feat(lsp): add implementations code lens (#9441) 2021-02-08 21:45:10 +11:00
initialize_request_disabled.json fix(lsp): respect enable flag for requests (#8850) 2020-12-22 16:42:32 +11:00
initialize_request_unstable.json feat(lsp): support the unstable setting (#8851) 2020-12-22 21:21:18 +11:00
initialized_notification.json feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
performance_request.json feat(lsp): add performance measurements (#9209) 2021-01-27 11:32:49 +11:00
references_request_asset.json fix(lsp): handle data URLs properly (#9522) 2021-02-18 15:37:05 +11:00
rename_did_open_notification.json feat(lsp): Implement textDocument/rename (#8910) 2020-12-30 11:58:20 +11:00
rename_request.json fix(lsp): handle mbc documents properly (#9151) 2021-01-22 21:03:16 +11:00
shutdown_request.json feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
signature_help_did_change_notification.json feat(lsp): Implement textDocument/signatureHelp (#9330) 2021-02-16 13:34:09 +11:00
signature_help_did_open_notification.json feat(lsp): Implement textDocument/signatureHelp (#9330) 2021-02-16 13:34:09 +11:00
signature_help_request_01.json feat(lsp): Implement textDocument/signatureHelp (#9330) 2021-02-16 13:34:09 +11:00
signature_help_request_02.json feat(lsp): Implement textDocument/signatureHelp (#9330) 2021-02-16 13:34:09 +11:00
virtual_text_document_request.json fix(lsp): handle data URLs properly (#9522) 2021-02-18 15:37:05 +11:00