b00*_*rrl 6 git visual-studio-code
在VS Code源代码管理图标上显示蓝色时钟图标是什么意思?当我运行git status命令时,我收到消息:“什么也没提交,工作树干净”。我检查了VS Studio文档,但找不到关于此主题的任何内容。
.gitignore设置时,这意味着它想吞下您的node_modules或中间目标文件等目录。这需要很长时间,如果它崩溃并重新启动,则需要很长时间,因此您会一直看到该图标。.gitignore文件。时钟是“进度徽章”,在 VS Code 获取存储库信息和状态时可见:

您可以在设置中禁用它:
{
// controls whether git actions should show progress
"git.showProgress": true
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
497 次 |
| 最近记录: |