SIGN IN SIGN UP

fix(vscode): harden workspace evaluation fallback (#474)

* fix(vscode): harden workspace evaluation fallback

VS Code evals could fail even when the right folder was open because the
OpenProject helper file was never written or fetched. Refocus VS Code before
running the palette command, then fall back to reading workspaceStorage so the
evaluator can still recover the open project path.

Made-with: Cursor

* fix(vscode): remove redundant fallback guard

The workspaceStorage fallback is already a no-op when no Linux path exists, so
the extra MacOS early return only made the control flow harder to follow.
Removing it keeps the getter behavior aligned with the current local change.

Made-with: Cursor
G
Georg Ye committed
f2947efd41a4f60b45f56cd5a2dac3c51443dfed
Parent: dcfcbc5
Committed by GitHub <noreply@github.com> on 4/1/2026, 9:42:31 AM