Adam Welc
Adam Welc
Superseded by https://github.com/MystenLabs/sui/pull/7739
@amnn, the `download_and_update_if_remove` function attempts to check if a given package (at a given version) has already been fetched and is available in the respective directory. It does require running...
In other words, the idea is to bypass the `download_and_update_if_remote` altogether if the info about the already loaded package is available and in the cache?
> Move analyzer side looks good to me. High-level feedback, maybe it would be nice to conceptually have a visitor / traversal for macros instead of the stateful `traverse_only` thing,...
> LGTM. I think the IDE info should go live in `shared/mod.rs`, but since I'm going to be doing some work on this tool tomorrow I'm happy to land it...
This should not be happening if Sui framework (or just Move stdlib) is correctly specified as a dependency in the `Move.toml` file. Context - currently, we need to build all...
I tried it on my side with code attached and cannot repro... Let's try a few more things (I am assuming you did not change any options for the VSCode...
This is really strange and I would like to get to the bottom of this if possible. Could you perhaps restart VSCode and let me know what the extension logs...
Nothing looks out of ordinary other than perhaps that you seem to also have movebit's extension files in your `~/.vscode/extensions` directory. I wonder if this extension is actively installed in...
Could you try running `sui move test` (assuming `sui` command is on your path) in the `hello_world` directory and let me know what happens?