File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ import {
118118} from "./common/commands" ;
119119import { LocalQueries } from "./local-queries" ;
120120import { getAstCfgCommands } from "./ast-cfg-commands" ;
121- import { getQueryEditorCommands } from "./query-editor" ;
121+ import { getQueryEditorCommands } from "./language-support/ query-editor" ;
122122import { App } from "./common/app" ;
123123import { registerCommandWithErrorHandling } from "./common/vscode/commands" ;
124124import { DebuggerUI } from "./debugger/debugger-ui" ;
Original file line number Diff line number Diff line change 11import { Uri , window } from "vscode" ;
2- import { CodeQLCliServer } from "./cli" ;
3- import { QueryRunner } from "./query-server" ;
2+ import { CodeQLCliServer } from ".. /cli" ;
3+ import { QueryRunner } from ".. /query-server" ;
44import { basename , join } from "path" ;
5- import { getErrorMessage } from "./pure/helpers-pure" ;
6- import { redactableError } from "./pure/errors" ;
7- import { showAndLogExceptionWithTelemetry } from "./helpers" ;
8- import { AppCommandManager , QueryEditorCommands } from "./common/commands" ;
5+ import { getErrorMessage } from ".. /pure/helpers-pure" ;
6+ import { redactableError } from ".. /pure/errors" ;
7+ import { showAndLogExceptionWithTelemetry } from ".. /helpers" ;
8+ import { AppCommandManager , QueryEditorCommands } from ".. /common/commands" ;
99
1010type QueryEditorOptions = {
1111 commandManager : AppCommandManager ;
You can’t perform that action at this time.
0 commit comments