From e2b446be1c8840beacd2c64b4866467e4f6d7042 Mon Sep 17 00:00:00 2001 From: Anthony Dresser Date: Mon, 5 Nov 2018 16:08:55 -0800 Subject: [PATCH] change default setting for showing default connection info in settings (#3043) --- src/sql/parts/query/common/query.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/parts/query/common/query.contribution.ts b/src/sql/parts/query/common/query.contribution.ts index cd8fd2066c..75a2ee130e 100644 --- a/src/sql/parts/query/common/query.contribution.ts +++ b/src/sql/parts/query/common/query.contribution.ts @@ -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',