mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Enabled the noUnusedLocals and added @tsignore
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user