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

import line error "library not installed" should show as diagnostic

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

image

But no diagnostic on the actual import line.

kanej avatar Aug 24 '22 08:08 kanej