-
The close (X) button does not have any effect on electron build on Windows - using Theia 1.49.1, node 20, windows. The only way to quit is by killing the process in the task manager. Is this a bug or a wrong configuration on my side? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hey @dmm9, do you mean an electron build of your custom IDE? I cannot reproduce this using the example app in this repo or the Theia IDE. Can you reproduce the issue using the Theia IDE app? |
Beta Was this translation helpful? Give feedback.
-
The close button works on the electron example in main. I guess the simplest way would be to debug through the code that handles the close event from the electron |
Beta Was this translation helpful? Give feedback.
The close button works on the electron example in main. I guess the simplest way would be to debug through the code that handles the close event from the electron
BrowserWindow
intheia-electron-window.ts
. The "Launch Electron Back End" debug configuration from the theia repo should work (with changes for your concrete case) in your project as well.