mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Fix #43197
This commit is contained in:
@@ -83,7 +83,7 @@ export interface IInitData {
|
||||
}
|
||||
|
||||
export interface IConfigurationInitData extends IConfigurationData {
|
||||
configurationScopes: ConfigurationScope[];
|
||||
configurationScopes: { [key: string]: ConfigurationScope };
|
||||
}
|
||||
|
||||
export interface IWorkspaceConfigurationChangeEventData {
|
||||
|
||||
Reference in New Issue
Block a user