mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
change type of _serviceBrand from any to undefined, #79918
This commit is contained in:
@@ -41,7 +41,7 @@ import { IExtHostDebugService } from 'vs/workbench/api/common/extHostDebugServic
|
||||
|
||||
export class ExtHostDebugService implements IExtHostDebugService, ExtHostDebugServiceShape {
|
||||
|
||||
readonly _serviceBrand: any;
|
||||
readonly _serviceBrand: undefined;
|
||||
|
||||
private _configProviderHandleCounter: number;
|
||||
private _configProviders: ConfigProviderTuple[];
|
||||
|
||||
Reference in New Issue
Block a user