Skip to content

Hide the Warp "Open in…" launcher on Windows/Linux until Warp supports directory-targeted launch #4544

@cbeaulieu-gt

Description

@cbeaulieu-gt

Follow-up to #4539 / #4542, per review by @nettee on #4542.

Background

#4542 makes the Warp host tool detectable and launchable on Windows (it was permanently "not detected on $PATH"). But it surfaced a deeper limitation: Warp has no reliable directory-targeted launch.

Empirically verified on Windows:

  • Cold start (Warp not running): the spawn cwd is ignored — Warp opens at its default/home directory.
  • Warm (Warp already running): a relaunch honors the cwd — the new tab opens at the project directory.

This cold/warm split is invisible to the user → a bug magnet: a user who keeps Warp closed clicks "Open in Warp", lands at home instead of their project, and reports "Open in Warp ignores my project" without knowing the caveat. The reviewer's "all or nothing" reading is fair.

Decision

Until Warp supports a directory-targeted launch upstream — warpdotdev/warp#6357, which appears to be a possible upcoming featurehide the Warp launcher on platforms where it can't reliably target the directory (Windows, and Linux by the same gap) rather than ship inconsistent behavior. macOS (open -a Warp <dir>) is unaffected.

Scope

Links

🤖 Generated by Claude Code on behalf of @cbeaulieu-gt

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions