File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ import { ToolchainProvider } from "./Toolchain/ToolchainProvider";
3131import { Logger } from "./Utils/Logger" ;
3232import { VisqViewerProvider } from "./Visquv/VisqViewer" ;
3333import { MPQEditorProvider } from "./MPQEditor/MPQEditor" ;
34+ import { MPQSelectionPanel } from "./MPQEditor/MPQCircleSelector" ;
3435
3536/* istanbul ignore next */
3637export function activate ( context : vscode . ExtensionContext ) {
@@ -79,6 +80,7 @@ export function activate(context: vscode.ExtensionContext) {
7980 MetadataViewerProvider . register ( context ) ;
8081
8182 MPQEditorProvider . register ( context ) ;
83+ MPQSelectionPanel . register ( context ) ;
8284
8385 // returning backend registration function that will be called by backend extensions
8486 return backendRegistrationApi ( ) ;
You can’t perform that action at this time.
0 commit comments