gpt4 book ai didi

git - 从 VSCode 中删除 git 集成

转载 作者:行者123 更新时间:2023-12-03 05:22:19 25 4
gpt4 key购买 nike

我下载了 Visual Studio Code 来在工作中试用,我几乎爱上了它的一切。但我不喜欢的一部分是:Git 集成。

我导入了整个工作文件夹(~14000 个源文件 + git 项目),Visual Studio Code 中的布局和所有内容都非常棒。我从传统的代码编辑器转移到了这个,因为它似乎对我来说工作得更好。

我的主要问题是,如果我正在处理一个文件并保存它,Visual Studio Code 会卡住大约 30-60 秒。起初我很困惑,但后来我注意到 Git 选项卡正在“工作”。根据我的最佳猜测,在我保存文件后,它会遍历所有约 14000 个文件并执行某些操作 - 我不确定会做什么。有谁知道是否有办法从 VSC 中删除 Git 集成,或者至少让它忽略它认为正在做的事情?

最佳答案

将此添加到settings.json:

// Whether git is enabled.
"git.enabled": false,

其他一些与Git执行相关的命令:

// Path and filename of the git executable, e.g. `C:\Program Files\Git\bin\git.exe` (Windows).
"git.path": null,

// When enabled, commits will automatically be fetched from the default remote of the current Git repository.
"git.autofetch": false,

关于git - 从 VSCode 中删除 git 集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30331338/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com