We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1e5c1 commit 0a681efCopy full SHA for 0a681ef
analysis/src/Commands.ml
@@ -260,7 +260,7 @@ let format ~path =
260
let diagnosticSyntax ~path =
261
print_endline
262
(match Diagnostics.document_syntax ~path with
263
- | [] -> Protocol.null
+ | [] -> "[]"
264
| d -> Protocol.array d)
265
266
let test ~path =
analysis/src/Protocol.ml
@@ -132,7 +132,7 @@ let stringifyCodeAction ca =
132
133
let stringifyDiagnostic d =
134
Printf.sprintf {|{
135
- "range: %s,
+ "range": %s,
136
"message": "%s",
137
"severity": %d,
138
}|}
0 commit comments