You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Truffle and get the compilation errors based on its compilation pipeline, ideally without reimplementing its logic.
The text was updated successfully, but these errors were encountered:
Taken from feedback: NomicFoundation/hardhat-vscode-feedback#4
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 Truffle and get the compilation errors based on its compilation pipeline, ideally without reimplementing its logic.
The text was updated successfully, but these errors were encountered: