forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
debtCovers everything internal: CI, testing, refactoring of the codebase, etc.Covers everything internal: CI, testing, refactoring of the codebase, etc.good first issueneeds PRReady to be worked onReady to be worked on
Description
Don't think this is needed:
vscode-python/src/client/common/types.ts
Lines 26 to 29 in 34dac5c
export interface IDisposable { | |
// eslint-disable-next-line @typescript-eslint/no-explicit-any | |
dispose(): void | undefined | Promise<void>; | |
} |
Metadata
Metadata
Assignees
Labels
debtCovers everything internal: CI, testing, refactoring of the codebase, etc.Covers everything internal: CI, testing, refactoring of the codebase, etc.good first issueneeds PRReady to be worked onReady to be worked on