Instructions
If the contract only exists in the dependencies field and not in the contracts field of flow.json, when it is configured in the deployment 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 to deployment field and no error occurs.
Context
VSCode plugin: v2.2.1
flow-cli: v1.13.2
Instructions
If the contract only exists in the
dependenciesfield and not in thecontractsfield offlow.json, when it is configured in thedeploymentfield, 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
dependenciesfield can be add todeploymentfield and no error occurs.Context
VSCode plugin: v2.2.1
flow-cli: v1.13.2