Parse errors currently come from the jsonc parser, and we don't have access to parse warnings for trailing commas or comments so they don't show up in the log.
This requires us to first implement react-monaco-editor/react-monaco-editor#501, which will give us access to error and warning information from the Monaco editor.