mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 08:21:50 +00:00
devex: Enable Electron MCP servers with DevTools debug port (#25795)
This commit is contained in:
parent
f33b17e8ac
commit
2740d398fa
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ setupApp()
|
|||
function setupApp() {
|
||||
ensureLoopbackNoProxy()
|
||||
app.commandLine.appendSwitch("proxy-bypass-list", "<-loopback>")
|
||||
if (!app.isPackaged) app.commandLine.appendSwitch("remote-debugging-port", "9222")
|
||||
|
||||
if (!app.requestSingleInstanceLock()) {
|
||||
app.quit()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue