Move ide-server

This commit is contained in:
Nora
2023-04-20 09:27:46 +00:00
parent 4fafdbc58b
commit 01c1888ded
2 changed files with 4 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ import {
getErrorMessage,
getErrorStack,
} from "./pure/helpers-pure";
import { spawnIdeServer } from "./ide-server";
import { spawnIdeServer } from "./language-support/ide-server";
import { ResultsView } from "./interface";
import { WebviewReveal } from "./interface-utils";
import {

View File

@@ -1,8 +1,8 @@
import { ProgressLocation, window } from "vscode";
import { StreamInfo } from "vscode-languageclient/node";
import { shouldDebugIdeServer, spawnServer } from "./cli";
import { QueryServerConfig } from "./config";
import { ideServerLogger } from "./common";
import { shouldDebugIdeServer, spawnServer } from "../cli";
import { QueryServerConfig } from "../config";
import { ideServerLogger } from "../common";
/**
* Managing the language server for CodeQL.