Skip to content

Remove unused AutomationCreateRequestedAction import - #412

Merged
Ben Villalobos (benvillalobos) merged 2 commits into
mainfrom
bv/ahp-automations-fixes
Aug 24, 2026
Merged

Remove unused AutomationCreateRequestedAction import#412
Ben Villalobos (benvillalobos) merged 2 commits into
mainfrom
bv/ahp-automations-fixes

Conversation

@benvillalobos

Copy link
Copy Markdown
Member

Ref microsoft/vscode#331796 (comment)

The type is imported in channels-automation/state.ts but never referenced. It compiles here because the types project does not enable noUnusedLocals, but vs code rejects the dead import.

The type is imported in channels-automation/state.ts but never referenced,
not even in a JSDoc {@link}. It compiles here because the types project does
not enable noUnusedLocals, but downstream consumers that do (such as VS Code)
reject the dead import. Removing it upstream avoids the need for a sync-time
patch.
@benvillalobos
Ben Villalobos (benvillalobos) merged commit c058e21 into main Aug 24, 2026
9 checks passed
@benvillalobos
Ben Villalobos (benvillalobos) deleted the bv/ahp-automations-fixes branch August 24, 2026 01:56
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.

2 participants