You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2024. It is now read-only.
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 text was updated successfully, but these errors were encountered:
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,
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
❓ 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 outputmove-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 themove-analyzer.server.path
it does not work either.What should I do next?
The text was updated successfully, but these errors were encountered: