move-language / move

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

move-analyzer could not be found on VS code

EnbangWu opened this issue · comments

❓ Questions and Help

Sorry the discord invitation is invalid.
So I installed move-analyzer and add it to my $PATH. When I prompt move-analyzer --version my console will output move-analyzer 1.0.0. However, my VS code cannot find it (language server executable 'move-analyzer' could not be found ).

my move-analyzer is at /Users/wuenbang/.cargo/bin/move-analyzer and when I put this to the move-analyzer.server.path it does not work either.

What should I do next?

the output error message says : Unable to find package manifest. Make sure that the source files are located in a sub-directory of a package containing a Move.toml file.

I can't catch it either, and I don't understand why I can't catch it. My Sui move command will only be executed after VS code is closed. This really bothers me. Have you solved it? I use the windws system.

I can't catch it either, and I don't understand why I can't catch it. My Sui move command will only be executed after VS code is closed. This really bothers me. Have you solved it? I use the windws system.

I tried Sui move analyzer and it worked. that might be an alternative option for you,