We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aaf00b commit 06dedefCopy full SHA for 06dedef
1 file changed
src/vs/platform/configuration/common/configurationRegistry.ts
@@ -471,7 +471,7 @@ export function validateProperty(property: string): string | null {
471
}
472
473
export function getScopes(): { [key: string]: ConfigurationScope } {
474
- const scopes: { [key: string]: ConfigurationScope } = {};
+ const scopes = {};
475
const configurationProperties = configurationRegistry.getConfigurationProperties();
476
for (const key of Object.keys(configurationProperties)) {
477
scopes[key] = configurationProperties[key].scope;
0 commit comments