Skip to content

Commit 0e75c5c

Browse files
committed
update descriptions
1 parent 2e3a879 commit 0e75c5c

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

src/server/protocol.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,16 +217,13 @@ namespace ts.server.protocol {
217217
projectFileName?: string;
218218
}
219219

220-
/**
221-
* Requests status information from the server
222-
*/
223220
export interface StatusRequest extends Request {
224221
command: CommandTypes.Status;
225222
}
226223

227224
export interface StatusResponseBody {
228225
/**
229-
* the version of the currently-running server.
226+
* The TypeScript version (`ts.version`).
230227
*/
231228
version: string;
232229
}

tests/baselines/reference/api/tsserverlibrary.d.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5006,15 +5006,12 @@ declare namespace ts.server.protocol {
50065006
file: string;
50075007
projectFileName?: string;
50085008
}
5009-
/**
5010-
* Requests status information from the server
5011-
*/
50125009
interface StatusRequest extends Request {
50135010
command: CommandTypes.Status;
50145011
}
50155012
interface StatusResponseBody {
50165013
/**
5017-
* the version of the currently-running server.
5014+
* The TypeScript version (`ts.version`).
50185015
*/
50195016
version: string;
50205017
}

0 commit comments

Comments
 (0)