mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -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");
|
public static LABEL = nls.localize('connectionAction.GetCurrentConnectionString', "Get Current Connection String");
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
//super(GetCurrentConnectionStringAction.ID, GetCurrentConnectionStringAction.LABEL);
|
|
||||||
super({
|
super({
|
||||||
id: ClearRecentConnectionsAction.ID,
|
id: GetCurrentConnectionStringAction.ID,
|
||||||
title: { value: ClearRecentConnectionsAction.LABEL, original: ClearRecentConnectionsAction.LABEL_ORG },
|
title: { value: GetCurrentConnectionStringAction.LABEL, original: GetCurrentConnectionStringAction.LABEL_ORG },
|
||||||
f1: true
|
f1: true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user