rust/crates/rust-analyzer/src
bors[bot] b0ad492e3d
Merge #6519
6519: Add "Open Cargo.toml" action r=matklad a=p3achyjr

## What is it?

This adds an "open cargo.toml" action from the vscode shell, resolves #6462 

## Test

Ran ```cargo xtask install --server``` and ```cargo xtask install --client```, then ```Developer: Reload Window```.

![image](https://user-images.githubusercontent.com/8763808/98614382-2a578f00-22ad-11eb-9811-4a72a54ff6fb.png)

When clicked:

![image](https://user-images.githubusercontent.com/8763808/98618176-77d7fa00-22b5-11eb-8788-35256542f3a6.png)


Co-authored-by: Anatol Liu <axlui@anatols-mbp.lan>
2020-11-13 15:25:26 +00:00
..
bin Remove more unreachable pubs 2020-11-02 16:58:33 +01:00
cli Remove more unreachable pubs 2020-11-02 16:58:33 +01:00
diagnostics Update tests 2020-11-12 11:19:26 +01:00
caps.rs Switch to upstream protocol for resolving code action 2020-11-10 18:48:46 +01:00
cargo_target_spec.rs Emit better #[cfg] diagnostics 2020-10-22 19:19:18 +02:00
cli.rs Rename ra_ide -> ide 2020-08-13 17:58:27 +02:00
config.rs Merge #6519 2020-11-13 15:25:26 +00:00
diagnostics.rs Align diagnostics config with the rest of rust-analyzer 2020-08-18 16:03:15 +02:00
dispatch.rs Respond with JSON-RPC error if we failed to deserialize request 2020-10-30 19:57:52 +01:00
document.rs Remove more unreachable pubs 2020-11-02 16:58:33 +01:00
from_proto.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
global_state.rs Remove more unreachable pubs 2020-11-02 16:58:33 +01:00
handlers.rs add open Cargo.toml action 2020-11-12 17:48:07 -08:00
lib.rs Respond with JSON-RPC error if we failed to deserialize request 2020-10-30 19:57:52 +01:00
line_endings.rs Simplify 2020-06-28 01:30:45 +03:00
lsp_ext.rs add open Cargo.toml action 2020-11-12 17:48:07 -08:00
lsp_utils.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
main_loop.rs add open Cargo.toml action 2020-11-12 17:48:07 -08:00
markdown.rs Improve support for code block attributes 2020-08-26 15:55:06 +02:00
reload.rs Add support for loading rustc private crates 2020-11-11 12:45:40 +01:00
request_metrics.rs Flatten module hierarchy 2020-06-24 18:57:30 +02:00
semantic_tokens.rs Remove more unreachable pubs 2020-11-02 16:58:33 +01:00
thread_pool.rs Improve prime_caches and display its progress 2020-10-12 13:35:01 +02:00
to_proto.rs Switch to upstream protocol for resolving code action 2020-11-10 18:48:46 +01:00