tslint: less implicit any use

This commit is contained in:
Benjamin Pasero
2016-12-30 19:28:08 +01:00
parent 7215ec2839
commit f2c47075c8
51 changed files with 74 additions and 105 deletions

View File

@@ -16,7 +16,7 @@ export class MainThreadTreeExplorers extends MainThreadTreeExplorersShape {
private _proxy: ExtHostTreeExplorersShape;
constructor(
@IThreadService private threadService: IThreadService,
@IThreadService threadService: IThreadService,
@ITreeExplorerService private treeExplorerService: ITreeExplorerService,
@IMessageService private messageService: IMessageService,
@ICommandService private commandService: ICommandService