Skip to content

New VSCode project type for V3 #5848

@kanej

Description

@kanej

The VSCode extension uses a project abstraction to build up key metadata about
the structure of Solidity files in the workspace and how to compile them.

Currently the extension supports the following project types:

  • Hardhat v2
  • Foundry
  • Truffle
  • Ape
  • None - the no development framework project type

We will need to add a new Hardhat v3 project type that will:

  • identify Hardhat v3 projects
  • read the Hardhat config to retrieve key information e.g. the default solidity version
  • identify solidity files that should be included in the project

Metadata

Metadata

Assignees

Labels

v-nextA Hardhat v3 development task

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions