mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 19:27:35 -06:00
update descriptions
This commit is contained in:
parent
2e3a8793b3
commit
0e75c5cc2f
@ -217,16 +217,13 @@ namespace ts.server.protocol {
|
||||
projectFileName?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
* Requests status information from the server
|
||||
*/
|
||||
export interface StatusRequest extends Request {
|
||||
command: CommandTypes.Status;
|
||||
}
|
||||
|
||||
export interface StatusResponseBody {
|
||||
/**
|
||||
* the version of the currently-running server.
|
||||
* The TypeScript version (`ts.version`).
|
||||
*/
|
||||
version: string;
|
||||
}
|
||||
|
||||
@ -5006,15 +5006,12 @@ declare namespace ts.server.protocol {
|
||||
file: string;
|
||||
projectFileName?: string;
|
||||
}
|
||||
/**
|
||||
* Requests status information from the server
|
||||
*/
|
||||
interface StatusRequest extends Request {
|
||||
command: CommandTypes.Status;
|
||||
}
|
||||
interface StatusResponseBody {
|
||||
/**
|
||||
* the version of the currently-running server.
|
||||
* The TypeScript version (`ts.version`).
|
||||
*/
|
||||
version: string;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user