eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.38k stars 2.45k forks source link

Error on Startup #13755

Open tsmaeder opened 1 month ago

tsmaeder commented 1 month ago

Bug Description:

Starting this morning, I've noticed an exception in the log at startup.

Steps to Reproduce:

Start Theia.

The exception is:

2024-06-04T09:39:52.313Z root ERROR SyntaxError: Unexpected non-whitespace character after JSON at position 262283 (line 6380 column 1):
{
  "$schema": "https://json.schemastore.org/schema-catalog.json",
  "version": 1,
  "schemas": [
    {

...

    at JSON.parse (<anonymous>)
    at Object.asJson (file:///C:/Users/thomas/code/EclipseSource/theia/examples/electron/lib/frontend/bundle.js:16256:25)
    at DefaultJsonSchemaContribution.registerSchemas (file:///C:/Users/thomas/code/EclipseSource/theia/examples/electron/lib/frontend/bundle.js:330067:50)
    at async Promise.all (index 0)

Additional Information