move query plan to browser (#7343)

This commit is contained in:
Anthony Dresser
2019-09-24 12:14:24 -07:00
committed by GitHub
parent 26072af82f
commit cb50fae12d
2 changed files with 1 additions and 1 deletions

View File

@@ -282,7 +282,7 @@ import 'sql/workbench/parts/query/common/resultsGridContribution';
import 'sql/workbench/parts/editData/browser/editData.contribution';
// query plan editor
import 'sql/workbench/parts/queryPlan/electron-browser/queryPlan.contribution';
import 'sql/workbench/parts/queryPlan/browser/queryPlan.contribution';
// query history
import 'sql/workbench/parts/queryHistory/electron-browser/queryHistory.contribution';