mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Isolate more features (#6854)
* working; new query and scripting * working; removing manage from menus and combining data explorer contributions * consolidate dashboard contributions; move manage action to dashboard contributions; make groupings the same * fix notebook actions not firing * fix notebook actions * notebooks working * move backup and restore entry points into their own file; move explorerwidget contribution into their respective files * fix tests * move extension actions to their own file * fix tests * change tests
This commit is contained in:
@@ -284,6 +284,15 @@ import 'sql/workbench/parts/queryPlan/electron-browser/queryPlan.contribution';
|
||||
//acounts
|
||||
import 'sql/workbench/parts/accounts/browser/accounts.contribution';
|
||||
|
||||
//backup
|
||||
import 'sql/workbench/parts/backup/browser/backup.contribution';
|
||||
|
||||
//extensions
|
||||
import 'sql/workbench/parts/dataExplorer/common/extensions.contribution';
|
||||
|
||||
//restore
|
||||
import 'sql/workbench/parts/restore/browser/restore.contribution';
|
||||
|
||||
import 'sql/workbench/parts/profiler/browser/profiler.contribution';
|
||||
import 'sql/workbench/parts/profiler/browser/profilerActions.contribution';
|
||||
import 'sql/workbench/parts/objectExplorer/common/serverGroup.contribution';
|
||||
|
||||
Reference in New Issue
Block a user