Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit d938674

Browse files
committed
Describe new RLS/RA backends in settings
1 parent 39d2d66 commit d938674

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@
168168
"rls",
169169
"rust-analyzer"
170170
],
171+
"enumDescriptions": [
172+
"Use the Rust Language Server (RLS)",
173+
"EXPERIMENTAL: Use the rust-analyzer language server"
174+
],
171175
"default": "rls",
172176
"description": "The underlying LSP server used to provide IDE support for Rust projects.",
173177
"scope": "window"

0 commit comments

Comments
 (0)