Browse Source

show opencode button in vscode when focused on terminal

Frank 7 months ago
parent
commit
45c4e0b8f8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      sdks/vscode/package.json

+ 0 - 1
sdks/vscode/package.json

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