mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Base resource viewer editor (#12039)
* Base resource viewer editor * Use table more directly * Dispose listeners * Fix strict compile * undo * More strict fixes * Remove theming logic * comments * more fixes * cleanup * Remove actions contribution
This commit is contained in:
@@ -438,6 +438,9 @@ import 'sql/workbench/contrib/accounts/browser/accountManagement.contribution';
|
||||
import 'sql/workbench/contrib/profiler/browser/profiler.contribution';
|
||||
import 'sql/workbench/contrib/profiler/browser/profilerActions.contribution';
|
||||
|
||||
// resource viewer
|
||||
import 'sql/workbench/contrib/resourceViewer/browser/resourceViewer.contribution';
|
||||
|
||||
// dashboard
|
||||
import 'sql/workbench/contrib/dashboard/browser/widgets/insights/views/charts/types/barChart.contribution';
|
||||
import 'sql/workbench/contrib/dashboard/browser/widgets/insights/views/charts/types/doughnutChart.contribution';
|
||||
|
||||
Reference in New Issue
Block a user