change default setting for showing default connection info in settings (#3043)

This commit is contained in:
Anthony Dresser
2018-11-05 16:08:55 -08:00
committed by GitHub
parent 5f2e17a738
commit e2b446be1c

View File

@@ -339,7 +339,7 @@ let registryProperties = {
'sql.showConnectionInfoInTitle': {
'type': 'boolean',
'description': localize('showConnectionInfoInTitle', "Controls whether to show the connection info for a tab in the title."),
'default': false
'default': true
},
'mssql.intelliSense.enableIntelliSense': {
'type': 'boolean',