mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Fix Get current connection string command (#23543)
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user