Skip to content

Fix extension activation circular dependency - #2847

Merged
ConnorQi01 merged 1 commit into
masterfrom
fix/extension-activation-circular-dependency
Aug 6, 2026
Merged

Fix extension activation circular dependency#2847
ConnorQi01 merged 1 commit into
masterfrom
fix/extension-activation-circular-dependency

Conversation

@ConnorQi01

@ConnorQi01 ConnorQi01 commented Aug 4, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Fix the extension activation circular dependency by routing project node_modules lookup through ProjectsStorage and deferring runtime debugger dependencies.
  • Ensure the extension is explicitly activated before asserting registered commands.
  • Keep test process cleanup separate in [Bug] Extension tests leak adb and browser processes #2855.

Validation

Closes #2839

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

@ConnorQi01
ConnorQi01 force-pushed the fix/extension-activation-circular-dependency branch from e50839c to ea1657a Compare August 6, 2026 04:07
@ConnorQi01

Copy link
Copy Markdown
Collaborator Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
1 pipeline(s) were filtered out due to trigger conditions.

@ConnorQi01
ConnorQi01 merged commit 357a546 into master Aug 6, 2026
8 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.

[Bug] Extension activation fails in bundled build due to circular dependency

2 participants