mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Rework how we handle custom editors (#5696)
* update how we handle editors * small edit * handle changing languages * implement generic language association * implement notebook serializers * fix tests * formatting * update how we handle editors * small edit * handle changing languages * implement generic language association * implement notebook serializers * fix tests * formatting * fix broken * fix compile * fix tests * add back in removed note book contributions * fix layering * fix compile errors * fix workbench * fix hanging promises * idk why these changed * fix change * add comments to language change code * fix a few bugs * add query plan association
This commit is contained in:
@@ -363,13 +363,16 @@ import 'vs/workbench/contrib/userDataSync/browser/userDataSync.contribution';
|
||||
|
||||
// query
|
||||
import 'sql/workbench/contrib/query/browser/query.contribution';
|
||||
import 'sql/workbench/contrib/query/common/resultsGridContribution';
|
||||
import 'sql/workbench/contrib/query/common/resultsGrid.contribution';
|
||||
|
||||
// data explorer
|
||||
import 'sql/workbench/contrib/dataExplorer/browser/dataExplorer.contribution';
|
||||
import 'sql/workbench/contrib/dataExplorer/browser/nodeActions.common.contribution';
|
||||
|
||||
// {{SQL CARBON EDIT}}
|
||||
//editor replacement
|
||||
import 'sql/workbench/common/editorReplacer.contribution';
|
||||
|
||||
// tasks
|
||||
import 'sql/workbench/contrib/tasks/browser/tasks.contribution';
|
||||
import 'sql/workbench/browser/actions.contribution';
|
||||
|
||||
Reference in New Issue
Block a user