paneful 0.7.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/server/index.js +1 -1
- package/package.json +1 -1
package/dist/server/index.js
CHANGED
|
@@ -225,7 +225,7 @@ async function startServer(devMode, port) {
|
|
|
225
225
|
}
|
|
226
226
|
});
|
|
227
227
|
// Active editor detection — single AppleScript gets frontmost app + window title
|
|
228
|
-
const editorPatterns = ['cursor', 'code', 'vscode', 'visual studio code', 'zed', 'windsurf'];
|
|
228
|
+
const editorPatterns = ['cursor', 'code', 'vscode', 'visual studio code', 'zed', 'windsurf', 'electron'];
|
|
229
229
|
let editorCache = { projectName: null };
|
|
230
230
|
const editorScript = `
|
|
231
231
|
tell application "System Events"
|