[electron example] Add plugin support #4802
Labels
bug
bugs found in the application
electron
issues related to the electron target
help wanted
issues meant to be picked up, require help
Description
So I have placed the vscode chrome debug extension inside the theia git root folder/plugins. When I run the theia electron variant there isn't any plugin view at all and the extension isn't registered (electron theia says there is no "Chrome" debug type). I checked the stdout of the yarn run start command and the logs of the devtools, nothing about plugins or the chrome debugger. This also happens without any plugins at all. When I use the Browser variant everything works flawlessly.
OS: Linux
Theia: Latest upstream and 0.5.0
Am I missing something obvious or is this just a bug?
The text was updated successfully, but these errors were encountered: