hardhat-vscode
hardhat-vscode copied to clipboard
Import comletion off in files with errors
trafficstars
Import completio for "./" gives a completion of ".//Example.sol" if the file has a syntax error.
I suspect the import path returned by solidity-parser is wrong if there are errors in the file.