hardhat-vscode icon indicating copy to clipboard operation
hardhat-vscode copied to clipboard

[Brownie support] Compilation errors

Open kanej opened this issue 3 years ago • 0 comments
trafficstars

This is feedback: https://github.com/nomiclabs/hardhat-vscode-feedback/issues/5

Currently, we only show compilation errors for Hardhat projects. Different tools can compile the same codebase differently, leading to different compilation errors. For example, they may choose to use a different version of solc for a certain source file.

We need to detect when a project is using Brownie and get the compilation errors based on its compilation pipeline, ideally without reimplementing its logic.

kanej avatar Jan 26 '22 10:01 kanej