mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 21:44:25 -07:00
25 lines
501 B
Plaintext
25 lines
501 B
Plaintext
|
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
||
|
|
|
||
|
|
exports[`terminalSetup > configureVSCodeStyle > should create new keybindings file if none exists 1`] = `
|
||
|
|
[
|
||
|
|
{
|
||
|
|
"args": {
|
||
|
|
"text": "\\
|
||
|
|
",
|
||
|
|
},
|
||
|
|
"command": "workbench.action.terminal.sendSequence",
|
||
|
|
"key": "ctrl+enter",
|
||
|
|
"when": "terminalFocus",
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"args": {
|
||
|
|
"text": "\\
|
||
|
|
",
|
||
|
|
},
|
||
|
|
"command": "workbench.action.terminal.sendSequence",
|
||
|
|
"key": "shift+enter",
|
||
|
|
"when": "terminalFocus",
|
||
|
|
},
|
||
|
|
]
|
||
|
|
`;
|