mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 11:01:37 -05:00
@@ -576,7 +576,7 @@ export abstract class ViewPane extends Pane implements IView {
|
|||||||
button.label = node.label;
|
button.label = node.label;
|
||||||
button.onDidClick(_ => {
|
button.onDidClick(_ => {
|
||||||
this.telemetryService.publicLog2<{ viewId: string, uri: string }, WelcomeActionClassification>('views.welcomeAction', { viewId: this.id, uri: node.href });
|
this.telemetryService.publicLog2<{ viewId: string, uri: string }, WelcomeActionClassification>('views.welcomeAction', { viewId: this.id, uri: node.href });
|
||||||
this.openerService.open(node.href);
|
this.openerService.open(node.href, { allowCommands: true });
|
||||||
}, null, disposables);
|
}, null, disposables);
|
||||||
disposables.add(button);
|
disposables.add(button);
|
||||||
disposables.add(attachButtonStyler(button, this.themeService));
|
disposables.add(attachButtonStyler(button, this.themeService));
|
||||||
|
|||||||
Reference in New Issue
Block a user