跳转至

Visual Studio Code

Copilot插件

使用Ctrl+Enter发送消息

keybindings.json
[ ...
  {
    "key": "ctrl+enter",
    "command": "workbench.action.chat.submit",
    "when": "chatInputHasText && inChatInput && !chatSessionRequestInProgress && !withinEditSessionDiff"
  },
... ]