We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf23ca7 commit 57d0f23Copy full SHA for 57d0f23
editors/code/README.md
@@ -0,0 +1,5 @@
1
+# rust-analyzer
2
+
3
+Provides support for rust-analyzer: novel LSP server for the Rust programming language.
4
5
+See https://rust-analyzer.github.io/ for more information.
editors/code/package.json
@@ -12,8 +12,13 @@
12
"url": "https://github.com/rust-analyzer/rust-analyzer.git",
13
"type": "git"
14
},
15
+ "homepage": "https://rust-analyzer.github.io/",
16
+ "license": "MIT OR Apache-2.0",
17
+ "keywords": [
18
+ "rust"
19
+ ],
20
"categories": [
- "Other"
21
+ "Programming Languages"
22
],
23
"engines": {
24
"vscode": "^1.42.0"
0 commit comments