show opencode button in vscode when focused on terminal

This commit is contained in:
Frank
2025-07-27 14:44:14 -04:00
parent b18b646f8e
commit 45c4e0b8f8

View File

@@ -41,7 +41,6 @@
"editor/title": [
{
"command": "opencode.openTerminal",
"when": "editorTextFocus",
"group": "navigation"
}
]