Skip to content

Conversation

@fbeutin-ledger
Copy link
Contributor

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request refactors git submodule initialization to run once during extension activation and workspace updates, rather than as a dependency that executes before every build task. This improves efficiency by avoiding redundant submodule initialization on each build.

Changes:

  • Removed dependsOn: this.appSubmodulesInitExec from "Build (incremental)" and "Build (full)" tasks
  • Added initializeAppSubmodulesIfNeeded() function that intelligently checks if submodules need initialization
  • Integrated submodule initialization into extension activation and workspace change events

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/taskProvider.ts Removed submodule initialization dependency from build tasks
src/extension.ts Added submodule initialization during activation and workspace folder changes
src/appSelector.ts Implemented smart submodule initialization function with existence checks and replaced inline initialization in test dependency building

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@fbeutin-ledger fbeutin-ledger merged commit 6817962 into main Jan 20, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants