-
Notifications
You must be signed in to change notification settings - Fork 22
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
Contracts under dependencies
fields cannot be properly loaded when config them in deployment
fields.
#542
Comments
Is this still an issue in the latest version of the Flow CLI (I can't reproduce it on But I believe this issue should be fixed now. |
Yeah, it is fixed now. |
Amazing, glad to hear |
Instructions
If the contract only exists in the
dependencies
field and not in thecontracts
field offlow.json
, when it is configured in thedeployment
field, the vscode plugin will report an error and language server will be broken.Problem
The language server will be broken with a error thrown.
Steps to Reproduce
Acceptance Criteria
contracts in the
dependencies
field can be add todeployment
field and no error occurs.Context
VSCode plugin: v2.2.1
flow-cli: v1.13.2
The text was updated successfully, but these errors were encountered: