mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Clean up comments, fix some code review issues, and make the exit code optional throughout to make it clear that it isn't always a number
This commit is contained in:
@@ -554,7 +554,7 @@ export interface MainThreadTaskShape extends IDisposable {
|
||||
$executeTask(task: TaskHandleDTO | TaskDTO): Promise<TaskExecutionDTO>;
|
||||
$terminateTask(id: string): Promise<void>;
|
||||
$registerTaskSystem(scheme: string, info: TaskSystemInfoDTO): void;
|
||||
$customTaskExecutionComplete(id: string, result: number | undefined): Promise<void>;
|
||||
$customTaskExecutionComplete(id: string, result?: number): Promise<void>;
|
||||
}
|
||||
|
||||
export interface MainThreadExtensionServiceShape extends IDisposable {
|
||||
|
||||
Reference in New Issue
Block a user