Skip to content

Commit 9d6a621

Browse files
committed
Update version (v0.1.8)
1 parent 16dd519 commit 9d6a621

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ This extension provides syntax highlighting and basic supports (diagnostics & co
66

77
## Requirements
88

9-
You need to have the [Erg language server](https://github.com/erg-lang/erg-language-server) installed on your system.
9+
You need to have the [Erg language server](https://github.com/erg-lang/erg/blob/main/compiler/els/README.md) installed on your system.
1010

1111
To install it, run the following command:
1212

13-
```console
14-
cargo install els
15-
```
16-
Install with Erg:
1713
```console
1814
cargo install erg --features els
1915
```

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "vscode-erg",
44
"description": "Erg language support for Visual Studio Code",
55
"publisher": "erg-lang",
6-
"version": "0.1.7",
6+
"version": "0.1.8",
77
"engines": {
88
"vscode": "^1.70.0"
99
},

0 commit comments

Comments
 (0)