Rename json-rpc-server to server-process to match class and filename
This commit is contained in:
@@ -14,7 +14,7 @@ import {
|
||||
WithProgressId,
|
||||
} from "../../pure/legacy-messages";
|
||||
import { ProgressCallback, ProgressTask } from "../../progress";
|
||||
import { ServerProcess } from "../json-rpc-server";
|
||||
import { ServerProcess } from "../server-process";
|
||||
import { App } from "../../common/app";
|
||||
|
||||
type WithProgressReporting = (
|
||||
|
||||
@@ -12,7 +12,7 @@ import {
|
||||
WithProgressId,
|
||||
} from "../pure/new-messages";
|
||||
import { ProgressCallback, ProgressTask } from "../progress";
|
||||
import { ServerProcess } from "./json-rpc-server";
|
||||
import { ServerProcess } from "./server-process";
|
||||
import { App } from "../common/app";
|
||||
|
||||
type ServerOpts = {
|
||||
|
||||
Reference in New Issue
Block a user