mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
change type of _serviceBrand from any to undefined, #79918
This commit is contained in:
@@ -33,7 +33,7 @@ export interface ArgumentProcessor {
|
||||
|
||||
export class ExtHostCommands implements ExtHostCommandsShape {
|
||||
|
||||
readonly _serviceBrand: any;
|
||||
readonly _serviceBrand: undefined;
|
||||
|
||||
private readonly _commands = new Map<string, CommandHandler>();
|
||||
private readonly _proxy: MainThreadCommandsShape;
|
||||
|
||||
Reference in New Issue
Block a user