Fix Edit Connection behavior that affects multiple areas working with edited connection (#20907)

This commit is contained in:
Cheena Malhotra
2022-10-21 11:03:10 -07:00
committed by GitHub
parent 5398339af9
commit 0abb8da026
5 changed files with 3 additions and 14 deletions

View File

@@ -70,6 +70,7 @@ export class ServerTreeActionProvider {
*/
private getConnectionActions(tree: AsyncServerTree | ITree, profile: ConnectionProfile): IAction[] {
let node = new TreeNode(NodeType.Server, NodeType.Server, '', false, '', '', '', undefined, undefined, undefined, undefined);
this._connectionManagementService.addSavedPassword(profile);
node.connection = profile;
return this.getAllActions({
tree: tree,