Skip to content
Discussion options

You must be logged in to vote

Actually, I found a workaround, you can go into the keyboard mapping JSON and unbind the send + dispatch, setting send only to the enter key.

    {
        "key": "",
        "command": "-workbench.action.chat.submit",
        "when": "inChatInput"
    },
    {
        "key": "enter",
        "command": "workbench.action.chat.submitWithoutDispatching",
        "when": "chatInputHasText && chatRequestIsPaused && inChatInput && chatMode == 'ask' || chatInputHasText && inChatInput && !chatSessionRequestInProgress && chatMode == 'ask' || chatPromptFileAttached && chatRequestIsPaused && inChatInput && chatMode == 'ask' || chatPromptFileAttached && inChatInput && !chatSessionRequestInProgress &…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MichealReed
Comment options

Answer selected by MichealReed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Visual Studio View and incorporate suggestions from GitHub Copilot directly within the Visual Code. Question Ask and answer questions about GitHub features and usage
2 participants