Skip to content

Commit e984a1b

Browse files
Add info about the new pre-release channel
1 parent 39a2270 commit e984a1b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,17 @@ The only 2 themes we don't (and can't) support, due to their lack of coloring, a
7979

8080
Launch VS Code Quick Open (`Ctrl+P`), paste the following command, and press enter.
8181

82-
```
82+
````
8383
ext install chenglou92.rescript-vscode
84-
```
84+
b```
8585
8686
The plugin activates on `.res` and `.resi` files. If you've already got Reason-Language-Server installed, it's possible that the latter took precedence over this one. Make sure you're using this plugin ("ReScript syntax") rather than Reason-Language-Server ("BuckleScript syntax").
8787
88+
### Pre-release channel
89+
There is a pre-release channel available. It is intended for testing new and therefore possibly unstable features. You can activate it by clicking on the "Switch to Pre-Release Version" button on the `rescript-vscode` extension page in VSCode. From this point on, pre-release versions will always have an odd version minor (1.5.x, 1.7.x, 2.1.x, etc.) while stable releases have even version minor numbers (1.4.x, 1.6.x, 2.0.0, etc.).
90+
91+
Even if the pre-release channel seems too experimental to you, we still suggest you to give it a try and submit any issues that you run into. In the long run it will give us a better editor experience overall.
92+
8893
## 📦 Commands
8994
9095
| Command | Description |
@@ -126,7 +131,7 @@ You'll find all ReScript specific settings under the scope `rescript.settings`.
126131
127132
// Enable (experimental) code lens for function definitions.
128133
"rescript.settings.codeLens": true
129-
```
134+
````
130135

131136
## 🚀 Code Analyzer
132137

0 commit comments

Comments
 (0)