juanfranblanco / vscode-solidity

Visual Studio Code language support extension for Solidity smart contracts in Ethereum https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity
MIT License
871 stars 187 forks source link

Source "xxx" not found hint #453

Open zhiqiangxu opened 3 months ago

zhiqiangxu commented 3 months ago
image

It shows Source "forge-std/Test.sol" not found: File import callback not supported but if I click on it, it can jump to the target file with no problem.

But the error hint is annoying and might as well deserve an issue here.

It can be reproduced by downloading this repo.