mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 04:59:51 +00:00
wip: vscode extension
This commit is contained in:
parent
6d2ffa82de
commit
80b17dab44
2 changed files with 13 additions and 4 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue