mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Turn-off connection dialog on 1st-launch (#9858)
This commit is contained in:
@@ -33,7 +33,7 @@ Registry.as<IConfigurationRegistry>(ConfigExtensions.Configuration).registerConf
|
||||
'properties': {
|
||||
'workbench.showConnectDialogOnStartup': {
|
||||
'type': 'boolean',
|
||||
'default': true,
|
||||
'default': false,
|
||||
'description': nls.localize('showConnectDialogOnStartup', "Show connect dialog on startup")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user