mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
change default setting for showing default connection info in settings (#3043)
This commit is contained in:
@@ -339,7 +339,7 @@ let registryProperties = {
|
|||||||
'sql.showConnectionInfoInTitle': {
|
'sql.showConnectionInfoInTitle': {
|
||||||
'type': 'boolean',
|
'type': 'boolean',
|
||||||
'description': localize('showConnectionInfoInTitle', "Controls whether to show the connection info for a tab in the title."),
|
'description': localize('showConnectionInfoInTitle', "Controls whether to show the connection info for a tab in the title."),
|
||||||
'default': false
|
'default': true
|
||||||
},
|
},
|
||||||
'mssql.intelliSense.enableIntelliSense': {
|
'mssql.intelliSense.enableIntelliSense': {
|
||||||
'type': 'boolean',
|
'type': 'boolean',
|
||||||
|
|||||||
Reference in New Issue
Block a user