mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
debt - remove some implicit any
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user