mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 10:14:22 +01:00
Remove hardcoded vscode extension theme
This commit is contained in:
@@ -57,7 +57,7 @@ export function activate(context: vscode.ExtensionContext) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
terminal.show()
|
terminal.show()
|
||||||
terminal.sendText(`OPENCODE_THEME=system OPENCODE_CALLER=vscode opencode --port ${port}`)
|
terminal.sendText(`OPENCODE_CALLER=vscode opencode --port ${port}`)
|
||||||
|
|
||||||
const fileRef = getActiveFile()
|
const fileRef = getActiveFile()
|
||||||
if (!fileRef) return
|
if (!fileRef) return
|
||||||
|
|||||||
Reference in New Issue
Block a user