2

我根本不想要它们,更喜欢 git 命令行,但它们被添加到我的命令中,就好像它们已安装一样,即使我从未安装过 sublime merge。

崇高的合并命令

有没有办法从崇高的文本命令面板中完全删除它们?

4

2 回答 2

5

该设置show_git_status控制此:

    // Shows git repository information next to files in sidebar and in
    // the status bar. Sublime Text has to be restarted for this to take
    // effect.
    "show_git_status": true,

它默认是打开的,但是将其设置为false并重新启动 Sublime 将禁用一般的 git 支持,这也会阻止命令面板条目以及上下文菜单条目的出现。

于 2020-07-08T17:58:18.947 回答
1

从 sublime 4 build 4121 开始,我们现在可以设置:

"sublime_merge_path": null

这将删除 sublime 合并集成,同时保留一般 git 支持

于 2021-10-26T17:16:28.293 回答