lin-ycv/EverythingCommandPalette

0.9.2.0 still doesn't open windows in the foreground

Open

#65 opened on May 5, 2026

View on GitHub
 (1 comment) (1 reaction) (0 assignees)C# (13 forks)auto 404
bughelp wantedwontfix

Repository metrics

Stars
 (736 stars)
PR merge metrics
 (PR metrics pending)

Description

When i was testing in development it was working, because it was running via VS, but once deployed, it's a standalone COM process.

The foreground activation must come from the CmdPal host process, not from the extension. The extension running as an out-of-process COM server simply doesn't have foreground rights to grant.

Will need some more research....

Contributor guide