hardhat-vscode
hardhat-vscode copied to clipboard
import line error "library not installed" should show as diagnostic
trafficstars
An import line error on a mispelt/non-existant indirect import gets a diagnostic (red squiggle line), a mispelt/non-existant direct import does not:
import "hardhat/consoleALMOST.sol";
leads to

But no diagnostic on the actual import line.