Skip to content

Commit

Permalink
docs: add vscode support info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pbogut committed Sep 25, 2023
1 parent 4068b62 commit 7a0d52a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "magento2-ls"
version = "0.0.2"
version = "0.0.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ require('magento2_ls').get_server()

### Visual Studio Code

Support for Visual Studio Code is planned and will be added in a future update.

You can download the `vsix` file from the [GitHub Releases](https://github.com/pbogut/magento2-ls/releases) page.

### Non goals

Expand Down
4 changes: 2 additions & 2 deletions vscode/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 vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento2-ls",
"displayName": "Magento2 Language Server",
"description": "Language Server for Magento 2 Projects",
"version": "0.0.2",
"version": "0.0.3",
"publisher": "pbogut",
"author": {
"name": "Paweł Bogut",
Expand Down

0 comments on commit 7a0d52a

Please sign in to comment.