Enabled the noUnusedLocals and added @tsignore

This commit is contained in:
Erich Gamma
2017-11-07 13:13:17 +01:00
parent c1bfc05014
commit c536efdfbc
202 changed files with 380 additions and 26 deletions

View File

@@ -121,6 +121,7 @@ class MainThreadSCMProvider implements ISCMProvider {
private _label: string,
private _rootUri: URI | undefined,
@ISCMService scmService: ISCMService,
// @ts-ignore unused injected service
@ICommandService private commandService: ICommandService
) { }
@@ -256,6 +257,7 @@ export class MainThreadSCM implements MainThreadSCMShape {
constructor(
extHostContext: IExtHostContext,
// @ts-ignore unused injected service
@IInstantiationService private instantiationService: IInstantiationService,
@ISCMService private scmService: ISCMService,
@ICommandService private commandService: ICommandService