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 {
118
118
} from "./common/commands" ;
119
119
import { LocalQueries } from "./local-queries" ;
120
120
import { getAstCfgCommands } from "./ast-cfg-commands" ;
121
- import { getQueryEditorCommands } from "./query-editor" ;
121
+ import { getQueryEditorCommands } from "./language-support/ query-editor" ;
122
122
import { App } from "./common/app" ;
123
123
import { registerCommandWithErrorHandling } from "./common/vscode/commands" ;
124
124
import { DebuggerUI } from "./debugger/debugger-ui" ;
Original file line number Diff line number Diff line change 1
1
import { 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" ;
4
4
import { 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" ;
9
9
10
10
type QueryEditorOptions = {
11
11
commandManager : AppCommandManager ;
You can’t perform that action at this time.
0 commit comments