rust-analyzer/crates
Michael Bolin e81a47b8eb Remove executeCommandProvider: apply_code_action.
This appears to have been introduced ages ago in
be742a5877
but has since been removed.

As it stands, it is problematic if multiple instances of the
rust-analyzer LSP are launched during the same VS Code session because
VS Code complains about multiple LSP servers trying to register the
same command.

Most LSP servers workaround this by parameterizing the command by the
process id. For example, this is where `rls` does this:

ff0b9057c8/rls/src/server/mod.rs (L413-L421)

Though `apply_code_action` does not seems to be used, so it seems better
to delete it than to parameterize it.
2019-07-10 22:49:35 -07:00
..
gen_lsp_server Simplify responses by using into() 2019-07-07 17:28:21 -04:00
ra_arena allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
ra_assists readability 2019-07-05 10:18:01 -04:00
ra_batch Remove unused dependencies 2019-07-09 00:28:00 +09:00
ra_cli Remove unused dependencies 2019-07-09 00:28:00 +09:00
ra_db Remove unused dependencies 2019-07-09 00:28:00 +09:00
ra_fmt allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
ra_hir fix profile name 2019-07-09 11:13:15 +03:00
ra_ide_api Unify normalize and implements to simplify code 2019-07-08 21:47:37 +02:00
ra_lsp_server Remove executeCommandProvider: apply_code_action. 2019-07-10 22:49:35 -07:00
ra_mbe Clippy trivially_copy_pass_by_ref 2019-07-05 12:02:32 -04:00
ra_parser allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
ra_prof Added extract path attribute for current module 2019-07-06 14:04:56 +03:00
ra_project_model Remove unused dependencies 2019-07-09 00:28:00 +09:00
ra_syntax Remove unused dependencies 2019-07-09 00:28:00 +09:00
ra_text_edit allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
ra_tools allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
ra_tt allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
test_utils Remove unused dependencies 2019-07-09 00:28:00 +09:00
thread_worker Fix clippy::single_match 2019-06-04 18:05:07 -04:00