File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
language-support/ast-viewer Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ import {
117117 QueryServerCommands ,
118118} from "./common/commands" ;
119119import { LocalQueries , QuickEvalCodeLensProvider } from "./local-queries" ;
120- import { getAstCfgCommands } from "./ast-cfg-commands" ;
120+ import { getAstCfgCommands } from "./language-support/ast-viewer/ ast-cfg-commands" ;
121121import { App } from "./common/app" ;
122122import { registerCommandWithErrorHandling } from "./common/vscode/commands" ;
123123import { DebuggerUI } from "./debugger/debugger-ui" ;
Original file line number Diff line number Diff line change 11import { Uri , window } from "vscode" ;
2- import { withProgress } from "./progress" ;
3- import { AstViewer } from "./astViewer" ;
4- import {
5- TemplatePrintAstProvider ,
6- TemplatePrintCfgProvider ,
7- } from "./language-support" ;
8- import { AstCfgCommands } from "./common/commands" ;
9- import { LocalQueries } from "./local-queries" ;
2+ import { withProgress } from "../../progress" ;
3+ import { AstViewer } from "../../astViewer" ;
4+ import { TemplatePrintAstProvider , TemplatePrintCfgProvider } from ".." ;
5+ import { AstCfgCommands } from "../../common/commands" ;
6+ import { LocalQueries } from "../../local-queries" ;
107
118type AstCfgOptions = {
129 localQueries : LocalQueries ;
You can’t perform that action at this time.
0 commit comments