We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
aiken v1.1.4+79d0e45
nixos
aiken lsp code action suggests import "Script" from aiken/crypto and not cardano/address.
If you blindly follow what the code suggestion is, then your at a complete loss as to where you went wrong.
LSP be less clever when there is ambiguity on imports/ or LSP give options / or LSP be even cleverer and only ever choose the right one.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What Git revision are you using?
aiken v1.1.4+79d0e45
What operating system are you using, and which version?
nixos
Describe what the problem is?
aiken lsp code action suggests import "Script" from aiken/crypto and not cardano/address.
If you blindly follow what the code suggestion is, then your at a complete loss as to where you went wrong.
What should be the expected behavior?
LSP be less clever when there is ambiguity on imports/ or LSP give options / or LSP be even cleverer and only ever choose the right one.
The text was updated successfully, but these errors were encountered: