Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--docs/user/manual.adoc3
-rw-r--r--editors/code/package.json2
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 0fc2846620..1a033ab364 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -100,8 +100,7 @@ It will ask your permission to download the matching language server version bin
===== Nightly
We ship nightly releases for VS Code.
-You can opt in to these by switching to the pre-release version in the Code extension page or settings.
-To help us out with testing the newest code and follow the bleeding edge of our `master`, please use the following config:
+To help us out by testing the newest code, you can enable pre-release versions in the Code extension page.
==== Manual installation
diff --git a/editors/code/package.json b/editors/code/package.json
index b114bf4cfa..5b75b895d0 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -310,7 +310,7 @@
],
"scope": "machine-overridable",
"default": null,
- "markdownDescription": "Path to rust-analyzer executable (points to bundled binary by default). If this is set, then `#rust-analyzer.updates.channel#` setting is not used"
+ "markdownDescription": "Path to rust-analyzer executable (points to bundled binary by default)."
},
"rust-analyzer.server.extraEnv": {
"type": [