mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
change type of _serviceBrand from any to undefined, #79918
This commit is contained in:
@@ -17,7 +17,7 @@ import { IExtHostRpcService } from 'vs/workbench/api/common/extHostRpcService';
|
||||
|
||||
export class ExtHostDocumentsAndEditors implements ExtHostDocumentsAndEditorsShape {
|
||||
|
||||
readonly _serviceBrand: any;
|
||||
readonly _serviceBrand: undefined;
|
||||
|
||||
private _disposables: Disposable[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user