File tree Expand file tree Collapse file tree
tests/baselines/reference/api Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments