show opencode button in vscode when focused on terminal

This commit is contained in:
Frank
2025-07-27 14:44:14 -04:00
parent f9d45b7d3b
commit f56daab456
-1
View File
@@ -41,7 +41,6 @@
"editor/title": [
{
"command": "opencode.openTerminal",
"when": "editorTextFocus",
"group": "navigation"
}
]