mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
Update reference to html-query-plan to use npm.js (#17558)
* Update reference to html-query-plan to use npm.js * Change some references to html-query-plan package
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import 'vs/css!./media/qp';
|
||||
import * as QP from 'html-query-plan';
|
||||
import * as QP from 'kburtram-query-plan';
|
||||
|
||||
import { IPanelView, IPanelTab } from 'sql/base/browser/ui/panel/panel';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user