[PR #1367] [CLOSED] vscode extension - implement external terminal and add problems #9907

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

📋 Pull Request Information

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

Base: devHead: dev


📝 Commits (1)

  • 668205e implement external terminal and add problems

📊 Changes

2 files changed (+88 additions, -11 deletions)

View changed files

📝 sdks/vscode/package.json (+11 -3)
📝 sdks/vscode/src/extension.ts (+77 -8)

📄 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.

Start opencode in a terminal specifying a port
Run command "Opencode - Register External Terminal"
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

🔄 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/1367 **Author:** [@P-de-Jong](https://github.com/P-de-Jong) **Created:** 7/28/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`668205e`](https://github.com/anomalyco/opencode/commit/668205e74eac89a0502d38285e6bd3d7fc6d784a) implement external terminal and add problems ### 📊 Changes **2 files changed** (+88 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `sdks/vscode/package.json` (+11 -3) 📝 `sdks/vscode/src/extension.ts` (+77 -8) </details> ### 📄 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. Start opencode in a terminal specifying a port Run command "Opencode - Register External Terminal" Enter port <img width="664" height="119" alt="image" src="https://github.com/user-attachments/assets/8929761f-fee6-44e8-94d9-0c9463d0c38c" /> <img width="639" height="91" alt="image" src="https://github.com/user-attachments/assets/7dbe0079-8c08-4094-99de-4582a8042a4f" /> **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="1701" height="879" alt="image" src="https://github.com/user-attachments/assets/8c7b47e4-59ed-461f-835b-7ca6fbd31418" /> --- <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:22 -05:00
yindo closed this issue 2026-02-16 18:14:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9907