CodeGeeX
CodeGeeX copied to clipboard
和git插件提交热键冲突,且没有关闭热键的方法
git提交时输入内容,按ctrl+enter直接提交,但装了这个插件会阻挡这个行为
git提交时输入内容,按ctrl+enter直接提交,但装了这个插件会阻挡这个行为
感谢您的反馈!我们将在今后的版本中加入自定义快捷键的功能。
git提交时输入内容,按ctrl+enter直接提交,但装了这个插件会阻挡这个行为
@zszen 您好!VS Code本身支持修改各种插件快捷键的功能,按command+k接command+s,可以调出所有快捷键列表,找到CodeGeeX相关的快捷键,即可修改成任意键,ctrl+enter这个快捷键需要修改CodeGeeX: Interactive mode,如下图所示:

谢谢我试一下