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

Import comletion off in files with errors

Open kanej opened this issue 3 years ago • 0 comments
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.

kanej avatar Feb 28 '22 13:02 kanej