-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat(aztec): search for aztec-nargo on top of nargo bin #67
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's some issues related to defaulting to aztec-nargo
in all cases. We should ensure that we use vanilla nargo in standard noir projects.
We should also make sure to handle the edge case where the user has a workspace which contains a mix of contracts and other package types. In this case we should use |
Agreed in call that automatic handling of the different versions shouldn't be a requirement for this PR as that would prevent us from moving forwards on this until the next nargo release. Instead we're going to make the status icon clickable to switch between found versions of nargo. |
Partialy resolves
LSP to set nargo path based on nargo or aztec-nargo #4233,
Adds
Status Bar item with information about nargo picked.
Indicates with colour and diagnostic message otherwise