mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
#76442 fix implicit any
This commit is contained in:
@@ -91,7 +91,7 @@ export interface IInitData {
|
||||
}
|
||||
|
||||
export interface IConfigurationInitData extends IConfigurationData {
|
||||
configurationScopes: { [key: string]: ConfigurationScope };
|
||||
configurationScopes: [string, ConfigurationScope | undefined][];
|
||||
}
|
||||
|
||||
export interface IWorkspaceConfigurationChangeEventData {
|
||||
|
||||
Reference in New Issue
Block a user