this is the "(Default) Soft" theme I'm using as a base https://marketplace.visualstudio.com/items?itemName=janicweber.soft-grey-theme
and this is the one for dark mode https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme
this is the "(Default) Soft" theme I'm using as a base https://marketplace.visualstudio.com/items?itemName=janicweber.soft-grey-theme
and this is the one for dark mode https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme
Electron’s IPC is powerful, but the ergonomics are rough. You end up wiring:
ipcMain.handle + ipcRenderer.invoke for requestsipcRenderer.on for push eventsThis bridge wraps that into one small, typed layer.