onflow / flowkit

Apache License 2.0
6 stars 10 forks source link

[BUG] Config validation fails when using dependency manager #29

Closed jribbink closed 4 months ago

jribbink commented 5 months ago

Current Behavior

When calling cfg.Validate(), it will fail if contracts from dependency manager are listed in deployments.

https://discordapp.com/channels/613813861610684416/1218157872836513944/1218157903232372746

Expected Behavior

Should not fail.

Steps To Reproduce

Try using dep manager & deploying contract in vscode

Environment

n/a

What are you currently working on that this is blocking?

No response

jribbink commented 4 months ago

This was a Cadence Language Server issue with using an old version, it is solved in the most recent CLI release.