rust/editors/code
Hannes De Valkeneer e903fd0d97 feat: add debug code lens
Refs #3539
2020-03-11 22:26:47 +01:00
..
src feat: add debug code lens 2020-03-11 22:26:47 +01:00
.eslintrc.js vscode: remove type assertion 2020-02-24 21:23:56 +02:00
.gitignore
.vscodeignore Actually include readme into .vsix 2020-03-03 18:40:27 +01:00
icon.png Extension icon 2020-01-15 16:07:39 +01:00
package-lock.json Force latest stable 2020-03-10 13:31:13 -04:00
package.json feat: add debug code lens 2020-03-11 22:26:47 +01:00
README.md Minimal viable meta 2020-03-02 14:27:26 +01:00
rollup.config.js Disable rollup warning 2020-02-16 05:04:51 +08:00
tsconfig.json vscode: amended config to use binary from globalStoragePath, added ui for downloading 2020-02-08 04:34:11 +02: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.