From 0e1cd544cdb9a13b4a1bb574f3412613d6a80d6f Mon Sep 17 00:00:00 2001 From: gh-workflow Date: Thu, 16 Jul 2026 02:35:13 +0000 Subject: [PATCH] Update for VSCode 1.129.0 --- linux.keybindings.json | 6 ++++-- linux.negative.keybindings.json | 6 ++++-- macos.keybindings.json | 6 ++++-- macos.negative.keybindings.json | 6 ++++-- windows.keybindings.json | 6 ++++-- windows.negative.keybindings.json | 6 ++++-- 6 files changed, 24 insertions(+), 12 deletions(-) diff --git a/linux.keybindings.json b/linux.keybindings.json index 8122191..45d20fc 100644 --- a/linux.keybindings.json +++ b/linux.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.128.1 for Linux +// Default Keybindings of Visual Studio Code 1.129.0 for Linux [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -116,6 +116,8 @@ "when": "refactorPreview.enabled && refactorPreview.hasCheckedChanges && focusedView == 'refactorPreview'" }, { "key": "alt+enter", "command": "testing.editFocusedTest", "when": "focusedView == 'workbench.view.testing'" }, + { "key": "escape", "command": "agentsVoice.disconnect", + "when": "agentsVoiceConnected && config.agents.voice.enabled && inChatInput && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible" }, { "key": "escape", "command": "notebook.cell.quitEdit", "when": "inputFocus && notebookEditorFocused && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible && !inlineChatFocused" }, { "key": "meta+enter", "command": "notebook.cell.quitEdit", @@ -701,7 +703,7 @@ { "key": "escape", "command": "agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, { "key": "ctrl+shift+space", "command": "agentsVoice.pttStopInChat", - "when": "agentsVoiceActive && config.agents.voice.enabled && inChatInput" }, + "when": "agentsVoiceListening && config.agents.voice.enabled && inChatInput" }, { "key": "ctrl+shift+space", "command": "agentsVoice.pushToTalk", "when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" }, { "key": "ctrl+shift+space", "command": "agentsVoice.startVoiceInChat", diff --git a/linux.negative.keybindings.json b/linux.negative.keybindings.json index eb70a87..adcaf25 100644 --- a/linux.negative.keybindings.json +++ b/linux.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.128.1 for Linux +// Default Keybindings of Visual Studio Code 1.129.0 for Linux [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -116,6 +116,8 @@ "when": "refactorPreview.enabled && refactorPreview.hasCheckedChanges && focusedView == 'refactorPreview'" }, { "key": "alt+enter", "command": "-testing.editFocusedTest", "when": "focusedView == 'workbench.view.testing'" }, + { "key": "escape", "command": "-agentsVoice.disconnect", + "when": "agentsVoiceConnected && config.agents.voice.enabled && inChatInput && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible" }, { "key": "escape", "command": "-notebook.cell.quitEdit", "when": "inputFocus && notebookEditorFocused && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible && !inlineChatFocused" }, { "key": "meta+enter", "command": "-notebook.cell.quitEdit", @@ -701,7 +703,7 @@ { "key": "escape", "command": "-agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, { "key": "ctrl+shift+space", "command": "-agentsVoice.pttStopInChat", - "when": "agentsVoiceActive && config.agents.voice.enabled && inChatInput" }, + "when": "agentsVoiceListening && config.agents.voice.enabled && inChatInput" }, { "key": "ctrl+shift+space", "command": "-agentsVoice.pushToTalk", "when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" }, { "key": "ctrl+shift+space", "command": "-agentsVoice.startVoiceInChat", diff --git a/macos.keybindings.json b/macos.keybindings.json index 647aec9..eecf5da 100644 --- a/macos.keybindings.json +++ b/macos.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.128.1 for macOS +// Default Keybindings of Visual Studio Code 1.129.0 for macOS [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -166,6 +166,8 @@ "when": "refactorPreview.enabled && refactorPreview.hasCheckedChanges && focusedView == 'refactorPreview'" }, { "key": "alt+enter", "command": "testing.editFocusedTest", "when": "focusedView == 'workbench.view.testing'" }, + { "key": "escape", "command": "agentsVoice.disconnect", + "when": "agentsVoiceConnected && config.agents.voice.enabled && inChatInput && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible" }, { "key": "escape", "command": "notebook.cell.quitEdit", "when": "inputFocus && notebookEditorFocused && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible && !inlineChatFocused" }, { "key": "ctrl+enter", "command": "notebook.cell.quitEdit", @@ -781,7 +783,7 @@ { "key": "escape", "command": "agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, { "key": "shift+cmd+space", "command": "agentsVoice.pttStopInChat", - "when": "agentsVoiceActive && config.agents.voice.enabled && inChatInput" }, + "when": "agentsVoiceListening && config.agents.voice.enabled && inChatInput" }, { "key": "shift+cmd+space", "command": "agentsVoice.pushToTalk", "when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" }, { "key": "shift+cmd+space", "command": "agentsVoice.startVoiceInChat", diff --git a/macos.negative.keybindings.json b/macos.negative.keybindings.json index 190b421..6927e96 100644 --- a/macos.negative.keybindings.json +++ b/macos.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.128.1 for macOS +// Default Keybindings of Visual Studio Code 1.129.0 for macOS [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -166,6 +166,8 @@ "when": "refactorPreview.enabled && refactorPreview.hasCheckedChanges && focusedView == 'refactorPreview'" }, { "key": "alt+enter", "command": "-testing.editFocusedTest", "when": "focusedView == 'workbench.view.testing'" }, + { "key": "escape", "command": "-agentsVoice.disconnect", + "when": "agentsVoiceConnected && config.agents.voice.enabled && inChatInput && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible" }, { "key": "escape", "command": "-notebook.cell.quitEdit", "when": "inputFocus && notebookEditorFocused && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible && !inlineChatFocused" }, { "key": "ctrl+enter", "command": "-notebook.cell.quitEdit", @@ -781,7 +783,7 @@ { "key": "escape", "command": "-agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, { "key": "shift+cmd+space", "command": "-agentsVoice.pttStopInChat", - "when": "agentsVoiceActive && config.agents.voice.enabled && inChatInput" }, + "when": "agentsVoiceListening && config.agents.voice.enabled && inChatInput" }, { "key": "shift+cmd+space", "command": "-agentsVoice.pushToTalk", "when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" }, { "key": "shift+cmd+space", "command": "-agentsVoice.startVoiceInChat", diff --git a/windows.keybindings.json b/windows.keybindings.json index b1be657..84c6b26 100644 --- a/windows.keybindings.json +++ b/windows.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.128.1 for Windows +// Default Keybindings of Visual Studio Code 1.129.0 for Windows [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -132,6 +132,8 @@ "when": "refactorPreview.enabled && refactorPreview.hasCheckedChanges && focusedView == 'refactorPreview'" }, { "key": "alt+enter", "command": "testing.editFocusedTest", "when": "focusedView == 'workbench.view.testing'" }, + { "key": "escape", "command": "agentsVoice.disconnect", + "when": "agentsVoiceConnected && config.agents.voice.enabled && inChatInput && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible" }, { "key": "escape", "command": "notebook.cell.quitEdit", "when": "inputFocus && notebookEditorFocused && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible && !inlineChatFocused" }, { "key": "ctrl+alt+enter", "command": "notebook.cell.quitEdit", @@ -707,7 +709,7 @@ { "key": "escape", "command": "agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, { "key": "ctrl+shift+space", "command": "agentsVoice.pttStopInChat", - "when": "agentsVoiceActive && config.agents.voice.enabled && inChatInput" }, + "when": "agentsVoiceListening && config.agents.voice.enabled && inChatInput" }, { "key": "ctrl+shift+space", "command": "agentsVoice.pushToTalk", "when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" }, { "key": "ctrl+shift+space", "command": "agentsVoice.startVoiceInChat", diff --git a/windows.negative.keybindings.json b/windows.negative.keybindings.json index a996a3a..c07520b 100644 --- a/windows.negative.keybindings.json +++ b/windows.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.128.1 for Windows +// Default Keybindings of Visual Studio Code 1.129.0 for Windows [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -132,6 +132,8 @@ "when": "refactorPreview.enabled && refactorPreview.hasCheckedChanges && focusedView == 'refactorPreview'" }, { "key": "alt+enter", "command": "-testing.editFocusedTest", "when": "focusedView == 'workbench.view.testing'" }, + { "key": "escape", "command": "-agentsVoice.disconnect", + "when": "agentsVoiceConnected && config.agents.voice.enabled && inChatInput && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible" }, { "key": "escape", "command": "-notebook.cell.quitEdit", "when": "inputFocus && notebookEditorFocused && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible && !inlineChatFocused" }, { "key": "ctrl+alt+enter", "command": "-notebook.cell.quitEdit", @@ -707,7 +709,7 @@ { "key": "escape", "command": "-agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, { "key": "ctrl+shift+space", "command": "-agentsVoice.pttStopInChat", - "when": "agentsVoiceActive && config.agents.voice.enabled && inChatInput" }, + "when": "agentsVoiceListening && config.agents.voice.enabled && inChatInput" }, { "key": "ctrl+shift+space", "command": "-agentsVoice.pushToTalk", "when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" }, { "key": "ctrl+shift+space", "command": "-agentsVoice.startVoiceInChat",