Skip to content

Commit c79ef5f

Browse files
bors[bot]lnicola
andauthored
Merge #11534
11534: minor: Improve instructions for running pre-release versions r=lnicola a=lnicola Closes #11468 bors r+ Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents 0b53744 + 6e7b173 commit c79ef5f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/user/manual.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ It will ask your permission to download the matching language server version bin
100100
===== Nightly
101101

102102
We ship nightly releases for VS Code.
103-
You can opt in to these by switching to the pre-release version in the Code extension page or settings.
104-
To help us out with testing the newest code and follow the bleeding edge of our `master`, please use the following config:
103+
To help us out by testing the newest code, you can enable pre-release versions in the Code extension page.
105104

106105
==== Manual installation
107106

editors/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
],
311311
"scope": "machine-overridable",
312312
"default": null,
313-
"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"
313+
"markdownDescription": "Path to rust-analyzer executable (points to bundled binary by default)."
314314
},
315315
"rust-analyzer.server.extraEnv": {
316316
"type": [

0 commit comments

Comments
 (0)