Skip to content

vscode move-analyzer plugin error #3

@lizhecome

Description

@lizhecome

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 (joesmith@noemail.com)", "John Snow (johnsnow@noemail.com)"]

===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 (joesmith@noemail.com)", "John Snow (johnsnow@noemail.com)"]

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions