[PR #2194] fix: blank export files for VS Code and others #10227

Closed
opened 2026-02-16 18:14:50 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/2194

State: closed
Merged: No


The commands for these editors immediately exit/return, resulting in the export file being removed (from os.Remove(tmpfile.Name())) while the editor asynchronously opens. Fixed by adding --wait.

Fixes #2113

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/2194 **State:** closed **Merged:** No --- The commands for these editors immediately exit/return, resulting in the export file being removed (from `os.Remove(tmpfile.Name())`) while the editor asynchronously opens. Fixed by adding `--wait`. Fixes #2113
yindo added the pull-request label 2026-02-16 18:14:50 -05:00
yindo closed this issue 2026-02-16 18:14:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10227