Add different flag for azure dialog (#12073)

* add different flag for azure dialog

* missing code change

* rename browser to browse
This commit is contained in:
Anthony Dresser
2020-09-02 13:35:36 -07:00
committed by GitHub
parent e6d250c640
commit a6314b57b7
9 changed files with 14 additions and 9 deletions

View File

@@ -130,6 +130,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.dialog.browse': {
'type': 'boolean',
'default': false,
'description': localize('connection.dialog.browse', "(Experimental) Show the browser tab in the connection dialog for discovering new connections")
}
}
});