Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Vscode git快捷方式“;ctrl+;输入“在主控台上提交”;不在LinuxMint上工作_Git_Github_Visual Studio Code_Linux Mint - Fatal编程技术网

Vscode git快捷方式“;ctrl+;输入“在主控台上提交”;不在LinuxMint上工作

Vscode git快捷方式“;ctrl+;输入“在主控台上提交”;不在LinuxMint上工作,git,github,visual-studio-code,linux-mint,Git,Github,Visual Studio Code,Linux Mint,GitHub的所有给定快捷方式都不起作用。我无法使用鼠标或键盘在源代码管理部分使用git功能。我使用的是Linux Mint 19.3 Tricia。我在我的keybindings.json中覆盖了默认的gitlens命令,但是在该插件的最新版本中,“when”属性的值发生了变化,从 { "key": "alt+a", "command": "gitlens.toggleFileBlame", "when": "editorTextFocus &a


GitHub的所有给定快捷方式都不起作用。我无法使用鼠标或键盘在源代码管理部分使用git功能。我使用的是Linux Mint 19.3 Tricia。

我在我的keybindings.json中覆盖了默认的gitlens命令,但是在该插件的最新版本中,“when”属性的值发生了变化,从

{
        "key": "alt+a",
        "command": "gitlens.toggleFileBlame",
        "when": "editorTextFocus && gitlens:isTracked"
},
致:


我在我的keybindings.json中重写了默认的gitlens命令,但是在该插件的最新版本中,“when”属性的值从

{
        "key": "alt+a",
        "command": "gitlens.toggleFileBlame",
        "when": "editorTextFocus && gitlens:isTracked"
},
致:


通过合并此代码,问题已得到解决

"git.suggestSmartCommit": true,

在settings.json文件中,通过合并此代码,问题已得到解决

"git.suggestSmartCommit": true,

在settings.json文件中

内核?uname-rand检查键绑定、文件->首选项->键盘快捷键。如果不定义绑定,请搜索它。除了密钥绑定是为了运行某种Git命令外,这似乎与Git无关,而与editor.kernel无关?uname-rand检查键绑定、文件->首选项->键盘快捷键。如果不定义绑定,就搜索它。除了键绑定是为了运行某种Git命令外,这似乎与Git无关,而与编辑器有关。