RedHat XML plugins stopped working from the latest Theia releases

Hi,

I don’t know in what Theia version the RedHat XML plugin stopped working, but I tested it also on the latest Theia 1.34 and it could not be activated, the error is attached below.
I can confirm that this plugin is working on Theia 1.26.

Plugin:

2023-01-31T09:15:10.942Z root ERROR [hosted-plugin: 1984] Activating extension 'XML' failed: TypeError: Cannot read properties of undefined (reading 'editor.autoClosingBrackets')
    at C:\home\k2view\webStudio_upgrade\plugins\vscode.xml-redhat\extension\dist\extension.js:2:526622
    at t.onConfigurationChange (C:\home\k2view\webStudio_upgrade\plugins\vscode.xml-redhat\extension\dist\extension.js:2:527379)
    at didChangeConfiguration (C:\home\k2view\webStudio_upgrade\plugins\vscode.xml-redhat\extension\dist\extension.js:2:486684)
    at X.onDidChangeConfiguration (C:\home\k2view\webStudio_upgrade\plugins\vscode.xml-redhat\extension\dist\extension.js:2:573811)
    at X.register (C:\home\k2view\webStudio_upgrade\plugins\vscode.xml-redhat\extension\dist\extension.js:2:573197)
    at X.initialize (C:\home\k2view\webStudio_upgrade\plugins\vscode.xml-redhat\extension\dist\extension.js:2:572946)
    at w.initializeFeatures (C:\home\k2view\webStudio_upgrade\plugins\vscode.xml-redhat\extension\dist\extension.js:2:595256)
    at C:\home\k2view\webStudio_upgrade\plugins\vscode.xml-redhat\extension\dist\extension.js:2:586753
2023-01-31T09:15:12.352Z root ERROR [hosted-plugin: 1984] Promise rejection not handled in one second: Error [ERR_STREAM_WRITE_AFTER_END]: write after end , reason: Error [ERR_STREAM_WRITE_AFTER_END]: 
write after end
2023-01-31T09:15:12.353Z root ERROR [hosted-plugin: 1984] With stack trace: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
    at new NodeError (node:internal/errors:371:5)
    at _write (node:internal/streams/writable:319:11)
    at Socket.Writable.write (node:internal/streams/writable:334:10)
    at C:\home\k2view\webStudio_upgrade\plugins\vscode.xml-redhat\extension\dist\extension.js:2:729427
    at new Promise (<anonymous>)
    at u.write (C:\home\k2view\webStudio_upgrade\plugins\vscode.xml-redhat\extension\dist\extension.js:2:729345)
    at g.doWrite (C:\home\k2view\webStudio_upgrade\plugins\vscode.xml-redhat\extension\dist\extension.js:2:718948)
    at C:\home\k2view\webStudio_upgrade\plugins\vscode.xml-redhat\extension\dist\extension.js:2:718843
    at runNextTicks (node:internal/process/task_queues:61:5)
    at processImmediate (node:internal/timers:437:9)

Thanks

Hey @safi,

do you mind creating an issue in the Theia repo? This board is mainly used for questions, not bug reports.

Sure, I will open an issue in the repo.

The issue was opened and fixed: