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:
Anthony Dresser
2019-08-22 16:54:30 -07:00
committed by GitHub
parent 36244ed517
commit 82a8f09709
19 changed files with 616 additions and 589 deletions

View File

@@ -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';