wso2 / ballerina-vscode

To keep Ballerina VSCode plugin related issues, discussions, etc.
Apache License 2.0
41 stars 20 forks source link

Automatically pull unresolved modules in startup #530

Open hevayo opened 10 months ago

hevayo commented 10 months ago

Description: Currently if you clone a project and it has unresolved modules the user has to explicitly go and pull modules either using the "pull module" code action or running a build in CLI. To do that user needs to be aware about the pull code action or how to resolve missing dependencies.

For better usability the extension can automatically/suggest pull missing modules when a project is opened with VSCode. Also we can suggest to pull automatically if user adds a new import.