opencode icon indicating copy to clipboard operation
opencode copied to clipboard

vscode extension - implement external terminal and add problems

Open P-de-Jong opened this issue 7 months ago • 0 comments

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

P-de-Jong avatar Jul 28 '25 07:07 P-de-Jong