Fix connections from editor not saving to MRU (#5328)

This commit is contained in:
Charles Gagnon
2019-05-02 16:08:46 -07:00
committed by GitHub
parent 188ccf849d
commit b6e49f2bc0

View File

@@ -241,7 +241,7 @@ export class ConnectionDialogService implements IConnectionDialogService {
}
let options: IConnectionCompletionOptions = {
params: params,
saveTheConnection: !fromEditor,
saveTheConnection: true,
showDashboard: params && params.showDashboard !== undefined ? params.showDashboard : !fromEditor,
showConnectionDialogOnError: false,
showFirewallRuleOnError: true