Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode move-analyzer plugin error #3

Open
lizhecome opened this issue Dec 2, 2024 · 0 comments
Open

vscode move-analyzer plugin error #3

lizhecome opened this issue Dec 2, 2024 · 0 comments

Comments

@lizhecome
Copy link

I install the lastest version of move-analyzer ,when I save a move file, the popup is showed like this

WechatIMG22496

and my Move.toml file like this

[package]
name = "animal_crossing"
edition = "2024.beta" # edition = "legacy" to use legacy (pre-2024) Move
# license = ""           # e.g., "MIT", "GPL", "Apache 2.0"
# authors = ["..."]      # e.g., ["Joe Smith ([email protected])", "John Snow ([email protected])"]

===something else=====

and I found everything goes well when I change the toml file like this

[package]
name = "animal_crossing"
edition = "2024.beta" # edition = "legacy" to use legacy (pre-2024) Move
version = "0.0.1"
# license = ""           # e.g., "MIT", "GPL", "Apache 2.0"
# authors = ["..."]      # e.g., ["Joe Smith ([email protected])", "John Snow ([email protected])"]

version = "0.0.1" is the necessary? or is it a bug?
PS:I use the cli to init the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant