Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
kanej opened this issue Aug 24, 2022 · 0 comments
Closed

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

kanej opened this issue Aug 24, 2022 · 0 comments
Labels
type:improvement Improvement existing feature

Comments

@kanej
Copy link
Member

kanej commented Aug 24, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:improvement Improvement existing feature
Projects
None yet
Development

No branches or pull requests

2 participants