Skip to content

Commit 222bf02

Browse files
committed
Rename json-rpc-server to server-process to match class and filename
1 parent 4ee8e5a commit 222bf02

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

extensions/ql-vscode/src/query-server/legacy/queryserver-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
WithProgressId,
1515
} from "../../pure/legacy-messages";
1616
import { ProgressCallback, ProgressTask } from "../../progress";
17-
import { ServerProcess } from "../json-rpc-server";
17+
import { ServerProcess } from "../server-process";
1818
import { App } from "../../common/app";
1919

2020
type WithProgressReporting = (

extensions/ql-vscode/src/query-server/queryserver-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
WithProgressId,
1313
} from "../pure/new-messages";
1414
import { ProgressCallback, ProgressTask } from "../progress";
15-
import { ServerProcess } from "./json-rpc-server";
15+
import { ServerProcess } from "./server-process";
1616
import { App } from "../common/app";
1717

1818
type ServerOpts = {

extensions/ql-vscode/src/query-server/json-rpc-server.ts renamed to extensions/ql-vscode/src/query-server/server-process.ts

File renamed without changes.

0 commit comments

Comments
 (0)