Does Theia use hardware acceleration provided by Electron?

Hello:

We encountered a GPU error on Windows:

passthrough is not supported, gl is disabled, angle is

It seems to be related to hardware acceleration.

But I did not find app.disableHardwareAcceleration() or app.commandLine.appendSwitch('ignore-gpu-blacklist') in Theia source code.

OS: Windows 10
GPU: Inter(R) UHD Graphics 630
Theia Version: This error occured in my own Theia application. Theia electron version works fine.

Could it be because I use JointJS in my own application?

How can I resolve it? Really appreciate!!

What does the GPUCache folder do?

I found the chromium source code that threw the error here:

Does that help?