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
When calling cfg.Validate(), it will fail if contracts from dependency manager are listed in deployments.
cfg.Validate()
deployments
https://discordapp.com/channels/613813861610684416/1218157872836513944/1218157903232372746
Should not fail.
Try using dep manager & deploying contract in vscode
n/a
No response
The text was updated successfully, but these errors were encountered:
This was a Cadence Language Server issue with using an old version, it is solved in the most recent CLI release.
Sorry, something went wrong.
jribbink
No branches or pull requests
Current Behavior
When calling
cfg.Validate()
, it will fail if contracts from dependency manager are listed indeployments
.https://discordapp.com/channels/613813861610684416/1218157872836513944/1218157903232372746
Expected Behavior
Should not fail.
Steps To Reproduce
Try using dep manager & deploying contract in vscode
Environment
What are you currently working on that this is blocking?
No response
The text was updated successfully, but these errors were encountered: