[PR #1316] [CLOSED] VSCode extension - Add external terminal registration and problems command #9890

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1316
Author: @P-de-Jong
Created: 7/25/2025
Status: Closed

Base: devHead: dev


📄 Description

External terminals
Enable connecting to external terminals via port number input, allowing users to work with terminals outside VS Code. This allows sending context to prompts in external terminals. I work with 2 instances of vscode open, frontend and backend. This allows me to have a single terminal open with Opencode.

  1. Start opencode in a terminal specifying a port
  2. Run command "Opencode - Register External Terminal"
  3. Enter port
image image

Problems
I find myself copy/pasting the content of the problems window to Opencode a lot. This adds a command which sends the content to Opencode.

image image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1316 **Author:** [@P-de-Jong](https://github.com/P-de-Jong) **Created:** 7/25/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📄 Description **External terminals** Enable connecting to external terminals via port number input, allowing users to work with terminals outside VS Code. This allows sending context to prompts in external terminals. I work with 2 instances of vscode open, frontend and backend. This allows me to have a single terminal open with Opencode. 1. Start opencode in a terminal specifying a port 2. Run command "Opencode - Register External Terminal" 3. Enter port <img width="664" height="119" alt="image" src="https://github.com/user-attachments/assets/26e8aaae-8658-4c88-99a8-71b6671cc065" /> <img width="639" height="91" alt="image" src="https://github.com/user-attachments/assets/45eddddb-832e-430a-afba-6bbe11b11213" /> **Problems** I find myself copy/pasting the content of the problems window to Opencode a lot. This adds a command which sends the content to Opencode. <img width="1177" height="260" alt="image" src="https://github.com/user-attachments/assets/d73ec84e-a7f6-4d52-8498-f1db0568bdf4" /> <img width="1701" height="879" alt="image" src="https://github.com/user-attachments/assets/29a56ab7-9aad-4ce4-a036-f75b84064437" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:20 -05:00
yindo closed this issue 2026-02-16 18:14:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9890