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 {
272
272
// / The specific syntax is specified outside of the protocol.
273
273
query: string ,
274
274
// / If true, only check the syntax of the query and don't compute the actual edit.
275
- parseOnly: bool ,
275
+ parseOnly: boolean ,
276
276
// / The current text document. This and `position` will be used to determine in what scope
277
277
// / paths in `query` should be resolved.
278
278
textDocument: TextDocumentIdentifier ;
@@ -449,7 +449,7 @@ interface ServerStatusParams {
449
449
health: " ok" | " warning" | " error" ,
450
450
// / Is there any pending background work which might change the status?
451
451
// / For example, are dependencies being downloaded?
452
- quiescent: bool ,
452
+ quiescent: boolean ,
453
453
// / Explanatory message to show on hover.
454
454
message? : string ,
455
455
}
You can’t perform that action at this time.
0 commit comments