diff options
| author | Frank <[email protected]> | 2025-07-22 16:15:41 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-07-22 16:46:44 -0400 |
| commit | 80b17dab44bd383d15e96764584334915d5bf54e (patch) | |
| tree | dcf358612a60f225848e28bda99369d60f20e838 /sdks | |
| parent | 6d2ffa82de016fd1f9e7d7a8bd0a45285cdd5d00 (diff) | |
| download | opencode-80b17dab44bd383d15e96764584334915d5bf54e.tar.gz opencode-80b17dab44bd383d15e96764584334915d5bf54e.zip | |
wip: vscode extension
Diffstat (limited to 'sdks')
| -rw-r--r-- | sdks/vscode/package.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sdks/vscode/package.json b/sdks/vscode/package.json index c034d5880..3b62ed9fa 100644 --- a/sdks/vscode/package.json +++ b/sdks/vscode/package.json @@ -51,13 +51,17 @@ "command": "opencode.openTerminal", "title": "Run opencode", "key": "cmd+escape", - "mac": "cmd+escape" + "mac": "cmd+escape", + "win": "ctrl+escape", + "linux": "ctrl+escape" }, { "command": "opencode.addFilepathToTerminal", "title": "opencode: Insert At-Mentioned", "key": "cmd+alt+k", - "mac": "cmd+alt+k" + "mac": "cmd+alt+k", + "win": "ctrl+alt+K", + "linux": "ctrl+alt+K" } ] }, |
