You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: