Skip to content

Commit

Permalink
Fix Get current connection string command (#23543)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheenamalhotra authored and cssuh committed Jun 30, 2023
1 parent c5bf0d3 commit 82c565c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,9 @@ export class GetCurrentConnectionStringAction extends Action2 {
public static LABEL = nls.localize('connectionAction.GetCurrentConnectionString', "Get Current Connection String");

constructor() {
//super(GetCurrentConnectionStringAction.ID, GetCurrentConnectionStringAction.LABEL);
super({
id: ClearRecentConnectionsAction.ID,
title: { value: ClearRecentConnectionsAction.LABEL, original: ClearRecentConnectionsAction.LABEL_ORG },
id: GetCurrentConnectionStringAction.ID,
title: { value: GetCurrentConnectionStringAction.LABEL, original: GetCurrentConnectionStringAction.LABEL_ORG },
f1: true
});
}
Expand Down

0 comments on commit 82c565c

Please sign in to comment.