Skip to content

Commit 4941d54

Browse files
committed
Prepare to publish
1 parent 8ff4871 commit 4941d54

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Download the latest release here: https://github.com/rescript-lang/rescript-vsco
1212

1313
Go to VSCode, Command Palette (cmd-shift-p) -> "Extensions: Install from VSIX", then select the `rescript-vscode.vsix` you just downloaded.
1414

15+
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").
16+
1517
## Features
1618

1719
- Syntax highlighting (`.res`, `.resi`).

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rescript-language-client",
33
"description": "VSCode frontend that communicates with the server",
4-
"author": "chenglou",
4+
"author": "chenglou92",
55
"license": "MIT",
66
"version": "0.0.1",
77
"publisher": "chenglou",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/rescript-lang/rescript-vscode"
1010
},
11-
"publisher": "chenglou",
11+
"publisher": "chenglou92",
1212
"categories": [],
1313
"keywords": [
1414
"rescript",

0 commit comments

Comments
 (0)