rust/editors/code
Aleksey Kladov f7a15b5cd1 More maintainable config
Rather than eagerly converting JSON, we losslessly keep it as is, and
change the shape of user-submitted data at the last moment.

This also allows us to remove a bunch of wrong Defaults
2021-01-06 15:39:28 +03:00
..
src Rename extension config 2021-01-04 18:41:24 +03:00
tests
.eslintignore
.eslintrc.js
.gitignore
.vscodeignore Remove TextMate grammar 2020-12-21 18:58:46 +02:00
icon.png
language-configuration.json add a language configuration for VS Code 2020-12-13 19:31:11 +11:00
package-lock.json LSP 3.16 - Released 2020-12-17 11:33:35 -05:00
package.json More maintainable config 2021-01-06 15:39:28 +03: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.