Move json-rpc-server.ts
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { Logger } from "./common";
|
import { Logger } from "../common";
|
||||||
import * as cp from "child_process";
|
import * as cp from "child_process";
|
||||||
import { Disposable } from "vscode";
|
import { Disposable } from "vscode";
|
||||||
import { MessageConnection } from "vscode-jsonrpc";
|
import { MessageConnection } from "vscode-jsonrpc";
|
||||||
@@ -14,7 +14,7 @@ import {
|
|||||||
WithProgressId,
|
WithProgressId,
|
||||||
} from "../../pure/legacy-messages";
|
} from "../../pure/legacy-messages";
|
||||||
import { ProgressCallback, ProgressTask } from "../../progress";
|
import { ProgressCallback, ProgressTask } from "../../progress";
|
||||||
import { ServerProcess } from "../../json-rpc-server";
|
import { ServerProcess } from "../json-rpc-server";
|
||||||
import { App } from "../../common/app";
|
import { App } from "../../common/app";
|
||||||
|
|
||||||
type WithProgressReporting = (
|
type WithProgressReporting = (
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ import {
|
|||||||
WithProgressId,
|
WithProgressId,
|
||||||
} from "../pure/new-messages";
|
} from "../pure/new-messages";
|
||||||
import { ProgressCallback, ProgressTask } from "../progress";
|
import { ProgressCallback, ProgressTask } from "../progress";
|
||||||
import { ServerProcess } from "../json-rpc-server";
|
import { ServerProcess } from "./json-rpc-server";
|
||||||
import { App } from "../common/app";
|
import { App } from "../common/app";
|
||||||
|
|
||||||
type ServerOpts = {
|
type ServerOpts = {
|
||||||
|
|||||||
Reference in New Issue
Block a user