mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
fix some any-casts in vsocde-api-tests (#270186)
https://github.com/microsoft/vscode/issues/269213
This commit is contained in:
@@ -250,3 +250,7 @@ export class DeferredPromise<T> {
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
export type Mutable<T> = {
|
||||
-readonly [P in keyof T]: T[P];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user