rust/editors/code
bors[bot] e07826b199
Merge #5017
5017: Add custom cargo runners support. r=matklad a=vsrs

This PR adds an option to delegate actual cargo commands building to another extension. For example, to use a different manager like [cross](https://github.com/rust-embedded/cross).

https://github.com/vsrs/cross-rust-analyzer is an example of such extension. I'll publish it after the rust-analyzer release with this functionality.

Fixes https://github.com/rust-analyzer/rust-analyzer/issues/4902

Co-authored-by: vsrs <vit@conrlab.com>
2020-06-26 16:52:53 +00:00
..
src Merge #5017 2020-06-26 16:52:53 +00:00
tests Change Runnable.bin -> Runnable.kind 2020-05-31 05:21:45 +03:00
.eslintrc.js
.gitignore
.vscodeignore vscode client side tests 2020-05-20 22:31:39 +03:00
icon.png
package-lock.json Bump more npm deps 2020-05-24 16:32:00 +03:00
package.json Add custom cargo runners 2020-06-24 10:53:49 +03:00
ra_syntax_tree.tmGrammar.json
README.md
rollup.config.js Remove namedExports config 2020-06-24 14:09:12 +03:00
rust.tmGrammar.json Add question mark operator 2020-05-26 02:36:34 +09:00
tsconfig.json vscode client side tests 2020-05-20 22:31:39 +03:00

rust-analyzer

Provides support for rust-analyzer: novel LSP server for the Rust programming language.

See https://rust-analyzer.github.io/ for more information.