Skip to content

The recommend VSCode config is not compatible with Github actions #15900

Open
@Pana

Description

@Pana

Describe the change

The recommend VSCode config will lead the lint job failed https://github.com/paradigmxyz/reth/blob/main/CONTRIBUTING.md#resolving-an-issue

Additional context

alloy-primitives = { version = "1.0.0", default-features = false, features = ["map-foldhash"] }

will change to

alloy-primitives = { version = "1.0.0", default-features = false, features = [
    "map-foldhash",
] }

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-docsAn addition or correction to our documentationS-needs-triageThis issue needs to be labelled

    Type

    No type

    Projects

    Status

    In Progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions