mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 09:35:38 -05:00
add dashboard and tabbedPanel samples (#9894)
* add dashboard and tabbedPanel samples * comments
This commit is contained in:
@@ -12,6 +12,7 @@ import SplitPropertiesPanel from './splitPropertiesPanel';
|
||||
import * as fs from 'fs';
|
||||
import * as path from 'path';
|
||||
import { TreeNode, TreeDataProvider } from './treeDataProvider';
|
||||
import * as dashboard from './modelViewDashboard';
|
||||
|
||||
/**
|
||||
* The main controller class that initializes the extension
|
||||
@@ -72,6 +73,10 @@ export default class MainController implements vscode.Disposable {
|
||||
this.openWizard();
|
||||
});
|
||||
|
||||
vscode.commands.registerCommand('sqlservices.openModelViewDashboard', () => {
|
||||
dashboard.openModelViewDashboard(this.context);
|
||||
});
|
||||
|
||||
return Promise.resolve(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user