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:
@@ -12,7 +12,7 @@ import { createDecorator } from 'vs/platform/instantiation/common/instantiation'
|
||||
|
||||
export interface IExtHostTask extends ExtHostTaskShape {
|
||||
|
||||
readonly _serviceBrand: any;
|
||||
readonly _serviceBrand: undefined;
|
||||
|
||||
taskExecutions: vscode.TaskExecution[];
|
||||
onDidStartTask: Event<vscode.TaskStartEvent>;
|
||||
|
||||
Reference in New Issue
Block a user