diff --git a/Cargo.lock b/Cargo.lock index c73dea6eaa..25eb006927 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9162,7 +9162,7 @@ dependencies = [ [[package]] name = "sui-move-analyzer" -version = "1.1.1" +version = "1.1.2" dependencies = [ "anyhow", "bisection", diff --git a/language/move-analyzer/Cargo.toml b/language/move-analyzer/Cargo.toml index ef996a7b2f..f322ac9a71 100644 --- a/language/move-analyzer/Cargo.toml +++ b/language/move-analyzer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sui-move-analyzer" -version = "1.1.1" +version = "1.1.2" authors = ["Diem Association "] description = "A language server for Move" repository = "https://github.com/move-language/move" diff --git a/language/move-analyzer/editors/code/README.md b/language/move-analyzer/editors/code/README.md index c8d03b13a0..572619325a 100644 --- a/language/move-analyzer/editors/code/README.md +++ b/language/move-analyzer/editors/code/README.md @@ -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