add unsupported version warning (#17219)

* add unsupported version warning

* comments
This commit is contained in:
Alan Ren
2021-10-01 18:17:04 -07:00
committed by GitHub
parent d5b43df6d6
commit 9f2ad8a04b
3 changed files with 36 additions and 1 deletions

View File

@@ -197,6 +197,11 @@ configurationRegistry.registerConfiguration({
'type': 'boolean',
'default': true,
'description': localize('connection.parseClipboardForConnectionStringDescription', "Attempt to parse the contents of the clipboard when the connection dialog is opened or a paste is performed.")
},
'connection.showUnsupportedServerVersionWarning': {
'type': 'boolean',
'default': true,
'description': localize('connection.showUnsupportedServerVersionWarning', "Whether to show the warning message when user connects to a server version that is not supported by Azure Data Studio.")
}
}
});