Skip to content

fix(vscode): type provider list callbacks#11363

Draft
markijbema wants to merge 1 commit into
mainfrom
mark/fix-provider-actions-strict-types
Draft

fix(vscode): type provider list callbacks#11363
markijbema wants to merge 1 commit into
mainfrom
mark/fix-provider-actions-strict-types

Conversation

@markijbema

Copy link
Copy Markdown
Contributor

What

Fix strict TypeScript errors in provider action callbacks by preserving the generated Provider item type before mapping/finding provider list entries.

Why

response.all was losing its element type in extension compilation, so callback params were inferred as implicit any under strict mode.

Checks

  • bun run --cwd packages/kilo-vscode check-types:extension
  • bun run --cwd packages/kilo-vscode lint

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.

1 participant