Add config for enabling STS communication logging (#21591)

* Add config for enabling STS communication logging

* Add warning to description
This commit is contained in:
Charles Gagnon
2023-01-13 14:49:49 -08:00
committed by GitHub
parent ce5cb32084
commit d51273d9cf
3 changed files with 14 additions and 24 deletions

View File

@@ -65,6 +65,7 @@
"mssql.query.ansiWarnings": "Enable SET ANSI_WARNINGS",
"mssql.query.ansiNulls": "Enable SET ANSI_NULLS",
"mssql.query.alwaysEncryptedParameterization": "Enable Parameterization for Always Encrypted",
"mssql.tracing.desc": "Traces the communication between Azure Data Studio and SQL Tools Service to the SQL Tools Service output channel. WARNING: This may include sensitive information when verbose logging is enabled.",
"mssql.ignorePlatformWarning": "[Optional] Do not show unsupported platform warnings",
"onprem.databaseProperties.recoveryModel": "Recovery Model",