Skip to content

Commit 7a0d52a

Browse files
committed
docs: add vscode support info to readme
1 parent 4068b62 commit 7a0d52a

5 files changed

Lines changed: 6 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "magento2-ls"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ require('magento2_ls').get_server()
4747

4848
### Visual Studio Code
4949

50-
Support for Visual Studio Code is planned and will be added in a future update.
51-
50+
You can download the `vsix` file from the [GitHub Releases](https://github.com/pbogut/magento2-ls/releases) page.
5251

5352
### Non goals
5453

vscode/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.

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento2-ls",
33
"displayName": "Magento2 Language Server",
44
"description": "Language Server for Magento 2 Projects",
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"publisher": "pbogut",
77
"author": {
88
"name": "Paweł Bogut",

0 commit comments

Comments
 (0)