Skip to content

Commit

Permalink
[move-analyzer] update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
hapeeeeee committed Nov 30, 2023
1 parent cb751b8 commit 0fe717b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 language/move-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sui-move-analyzer"
version = "1.1.1"
version = "1.1.2"
authors = ["Diem Association <opensource@diem.com>"]
description = "A language server for Move"
repository = "https://github.com/move-language/move"
Expand Down
4 changes: 2 additions & 2 deletions language/move-analyzer/editors/code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ If you are installing this extension on a Windows system and have followed the s

1. Restart VSCode and install the `sui-move-analyzer` VSCode extension.
2. In the Windows system settings, find the user environment variable `PATH`. Look for an entry ending with `MoveBit\sui-move-analyzer\`, and copy it.
3. Open the extension settings for `sui-move-analyzer` in the VSCode extension store. In the `sui-move-analyzer > server:path` entry, add the path ending with `MoveBit\sui-move-analyzer\` before `sui-move-analyzer`. The final result should look like: `C:\Users\Windows\AppData\Local\Apps\MoveBit\sui-move-analyzer\`
4. Try running `sui-move-analyzer --version` in the command line again.
3. Open the extension settings for `sui-move-analyzer` in the VSCode extension store. In the `sui-move-analyzer > server:path` entry, add the path ending with `MoveBit\sui-move-analyzer\` before `sui-move-analyzer`. The final result should look like: `C:\Users\Windows\AppData\Local\Apps\MoveBit\sui-move-analyzer\sui-move-analyzer.exe`
4. Restart a terminal and try running `sui-move-analyzer --version` in the command line again.

##### 2) mac & linux
If you see an error message *language server executable `sui-move-analyzer` could not be found* in the
Expand Down

0 comments on commit 0fe717b

Please sign in to comment.