mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
update descriptions
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user