You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: capture Electron IPC messages for opensumi devtools (#1583)
* feat: capture Electron IPC messages for opensumi devtools
* refactor: rename rpc capture function
* chore: restore tools/electron/src/main/index.ts
* refactor: use capitalized RPC/IPC rather Ipc/Rpc in variable names
* feat: provide configuration to enable or disable devtools support
* feat: toggle devtools support in browser-preload/index.js
* feat: toggle devtools support in chrome-devtools.contribution.ts
* chore: use isUndefined() to test if a variable is not defined
* refactor: do not capture ipcMain messages
But capture the return values of ipcRenderer.sendSync
and ipcRenderer.invoke
0 commit comments