mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
change type of _serviceBrand from any to undefined, #79918
This commit is contained in:
@@ -13,7 +13,7 @@ export const IExtHostDebugService = createDecorator<IExtHostDebugService>('IExtH
|
||||
|
||||
export interface IExtHostDebugService extends ExtHostDebugServiceShape {
|
||||
|
||||
readonly _serviceBrand: any;
|
||||
readonly _serviceBrand: undefined;
|
||||
|
||||
onDidStartDebugSession: Event<vscode.DebugSession>;
|
||||
onDidTerminateDebugSession: Event<vscode.DebugSession>;
|
||||
|
||||
Reference in New Issue
Block a user