File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ interface SsrParams {
272272 // / The specific syntax is specified outside of the protocol.
273273 query: string ,
274274 // / If true, only check the syntax of the query and don't compute the actual edit.
275- parseOnly: bool ,
275+ parseOnly: boolean ,
276276 // / The current text document. This and `position` will be used to determine in what scope
277277 // / paths in `query` should be resolved.
278278 textDocument: TextDocumentIdentifier ;
@@ -449,7 +449,7 @@ interface ServerStatusParams {
449449 health: " ok" | " warning" | " error" ,
450450 // / Is there any pending background work which might change the status?
451451 // / For example, are dependencies being downloaded?
452- quiescent: bool ,
452+ quiescent: boolean ,
453453 // / Explanatory message to show on hover.
454454 message? : string ,
455455}
You can’t perform that action at this time.
0 commit comments