Skip to content

fix(vscode-extension): add explicit types for progressInfo parameters#247

Open
KIMINOSS wants to merge 1 commit intozilliztech:masterfrom
KIMINOSS:master
Open

fix(vscode-extension): add explicit types for progressInfo parameters#247
KIMINOSS wants to merge 1 commit intozilliztech:masterfrom
KIMINOSS:master

Conversation

@KIMINOSS
Copy link

  • Add ProgressInfo interface to indexCommand.ts and syncCommand.ts

  • Fix TS7006 errors for implicit 'any' type on callback parameters

  • All typecheck now passes

  • Summary

    Fix TypeScript strict mode errors (TS7006) in vscode-extension package.

    Changes

    • Add ProgressInfo interface to indexCommand.ts and syncCommand.ts
    • Add explicit types for all progressInfo callback parameters
    • All typecheck now passes

    Files Changed

    • packages/vscode-extension/src/commands/indexCommand.ts
    • packages/vscode-extension/src/commands/syncCommand.ts

    Testing

    • pnpm -r run typecheck passes for all packages

- Add ProgressInfo interface to indexCommand.ts and syncCommand.ts
- Fix TS7006 errors for implicit 'any' type on callback parameters
- All typecheck now passes
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