File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ import {
72
72
getErrorMessage ,
73
73
getErrorStack ,
74
74
} from "./pure/helpers-pure" ;
75
- import { spawnIdeServer } from "./ide-server" ;
75
+ import { spawnIdeServer } from "./language-support/ ide-server" ;
76
76
import { ResultsView } from "./interface" ;
77
77
import { WebviewReveal } from "./interface-utils" ;
78
78
import {
Original file line number Diff line number Diff line change 1
1
import { ProgressLocation , window } from "vscode" ;
2
2
import { StreamInfo } from "vscode-languageclient/node" ;
3
- import { shouldDebugIdeServer , spawnServer } from "./cli" ;
4
- import { QueryServerConfig } from "./config" ;
5
- import { ideServerLogger } from "./common" ;
3
+ import { shouldDebugIdeServer , spawnServer } from ".. /cli" ;
4
+ import { QueryServerConfig } from ".. /config" ;
5
+ import { ideServerLogger } from ".. /common" ;
6
6
7
7
/**
8
8
* Managing the language server for CodeQL.
You can’t perform that action at this time.
0 commit comments