Skip to content

Commit

Permalink
Update version (v0.1.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Jan 5, 2023
1 parent 16dd519 commit 9d6a621
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ This extension provides syntax highlighting and basic supports (diagnostics & co

## Requirements

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

To install it, run the following command:

```console
cargo install els
```
Install with Erg:
```console
cargo install erg --features els
```
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "vscode-erg",
"description": "Erg language support for Visual Studio Code",
"publisher": "erg-lang",
"version": "0.1.7",
"version": "0.1.8",
"engines": {
"vscode": "^1.70.0"
},
Expand Down

0 comments on commit 9d6a621

Please sign in to comment.