debt - remove some implicit any

This commit is contained in:
Benjamin Pasero
2018-02-09 07:55:35 +01:00
parent d28f096018
commit de1ee2dc42
19 changed files with 37 additions and 37 deletions

View File

@@ -59,7 +59,7 @@ export class MainThreadWorkspace implements MainThreadWorkspaceShape {
return this._workspaceEditingService.updateFolders(index, deleteCount, workspaceFoldersToAdd, true);
}
private getStatusMessage(extensionName, addCount: number, removeCount: number): string {
private getStatusMessage(extensionName: string, addCount: number, removeCount: number): string {
let message: string;
const wantsToAdd = addCount > 0;