File tree Expand file tree Collapse file tree 4 files changed +6
-13
lines changed
Expand file tree Collapse file tree 4 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -90,3 +90,7 @@ export const enum ViewCommands {
9090 RefreshTree = 'gcode.views.navTree.refresh' ,
9191 TreeSelect = 'gcode.views.navTree.select' ,
9292}
93+
94+ export const enum WebViewCommands {
95+ ShowCodesWebview = 'gcode.webviews.codes.show' ,
96+ }
Original file line number Diff line number Diff line change 99
1010import { Uri , Webview } from 'vscode' ;
1111import { Control } from '../control' ;
12- import { WebViewCommands } from './webviewCommands ' ;
12+ import { WebViewCommands } from '../util/constants ' ;
1313import { GWebView } from './webviews' ;
1414
1515const GCodesWebviewInfo = {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ import {
1919 window ,
2020} from 'vscode' ;
2121import { configuration } from '../util/configuration/config' ;
22- import { WebViewCommands } from './webviewCommands' ;
23- import { constants } from '../util/constants' ;
22+ import { constants , WebViewCommands } from '../util/constants' ;
2423import { Control } from '../control' ;
2524
2625export abstract class GWebView implements Disposable {
You can’t perform that action at this time.
0 commit comments