Remove hardcoded vscode extension theme

pull/1484/head vscode-v0.0.8
Frank 2025-07-31 17:53:18 -04:00
parent 69966c73f8
commit 13dbf912ca
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ export function activate(context: vscode.ExtensionContext) {
})
terminal.show()
terminal.sendText(`OPENCODE_THEME=system OPENCODE_CALLER=vscode opencode --port ${port}`)
terminal.sendText(`OPENCODE_CALLER=vscode opencode --port ${port}`)
const fileRef = getActiveFile()
if (!fileRef) return