mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
@@ -47,3 +47,16 @@ Registry.as<IConfigurationRegistry>(ConfigExtensions.Configuration).registerConf
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Registry.as<IConfigurationRegistry>(ConfigExtensions.Configuration).registerConfiguration({
|
||||
'id': 'enableObsoleteApiUsageNotification',
|
||||
'title': nls.localize('enableObsoleteApiUsageNotificationTitle', "Obsolete API Notification"),
|
||||
'type': 'object',
|
||||
'properties': {
|
||||
'workbench.enableObsoleteApiUsageNotification': {
|
||||
'type': 'boolean',
|
||||
'default': true,
|
||||
'description': nls.localize('enableObsoleteApiUsageNotification', "Enable/disable obsolete API usage notification")
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user