onflow / flow-cli

The Flow CLI is a command-line interface that provides useful utilities for building Flow applications
https://onflow.org
Apache License 2.0
206 stars 66 forks source link

Facilitate Switch to Dependency Manager on Existing Projects #1544

Open chasefleming opened 5 months ago

chasefleming commented 5 months ago

In order to more easily migrate people with existing projects to use Dependency Manager, we should facilitate the switch easily. This means:

btspoony commented 5 months ago

There are still some incompatibilities with the dependency manager in VS Code. I have to configure the same contract twice in contracts and dependencies to ensure that flow.json works properly.

Of course, the advantage is that I don't have to submit these contracts to the repo anymore, because they are under imports folder.

For your refer: https://github.com/onflow/vscode-cadence/issues/542

chasefleming commented 5 months ago

I'm not sure this is related to this ticket, but it looks like it was resolved on the linked issue.

btspoony commented 5 months ago

Yeah, I found that it has been fixed in flow-cli v1.18.0 .