mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
tslint5 adoption - fix semicolon rule
This commit is contained in:
@@ -431,7 +431,7 @@ export class ExtHostTask implements ExtHostTaskShape {
|
||||
this._extHostWorkspace = extHostWorkspace;
|
||||
this._handleCounter = 0;
|
||||
this._handlers = new Map<number, HandlerData>();
|
||||
};
|
||||
}
|
||||
|
||||
public registerTaskProvider(extension: IExtensionDescription, provider: vscode.TaskProvider): vscode.Disposable {
|
||||
if (!provider) {
|
||||
|
||||
Reference in New Issue
Block a user