rust/editors/code
Benjamin Bouvier 4a6e602c94 Allow automatically detect the rustc-src directory (fixes #3517).
If the configured rustcSource is set to "discover", try to automatically
detect a source from the sysroot rustc directory.
2021-02-13 18:20:46 +01:00
..
src Merge #7625 2021-02-10 11:38:56 +00:00
tests
.eslintignore
.eslintrc.js handle promise catches 2021-02-07 21:27:21 +03:30
.gitignore
.vscodeignore
icon.png
language-configuration.json
package-lock.json
package.json Allow automatically detect the rustc-src directory (fixes #3517). 2021-02-13 18:20:46 +01:00
ra_syntax_tree.tmGrammar.json
README.md
rollup.config.js
tsconfig.json

rust-analyzer

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

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