|
|
@@ -35,7 +35,7 @@ export function activate(context: vscode.ExtensionContext) {
|
|
|
if (terminal.name === TERMINAL_NAME) {
|
|
|
// @ts-ignore
|
|
|
const port = terminal.creationOptions.env?.["_EXTENSION_OPENCODE_PORT"]
|
|
|
- port ? await appendPrompt(parseInt(port), fileRef) : terminal.sendText(fileRef)
|
|
|
+ port ? await appendPrompt(parseInt(port), fileRef) : terminal.sendText(fileRef, false)
|
|
|
terminal.show()
|
|
|
}
|
|
|
})
|