vscode使用版本控制git commit unstaged时提示对话框的设置
使用 vscode 版本控制提交代码时,如果有 unstaged file,会有一个弹出框:
选择 always 或者 never ,这个框下次就不再弹出了。
如果你想让他再次出现,请去setting,搜索 commit,红色标出的即为此对话框开关:
相关问题:
Git: avoid asking to save unstaged files when commiting · Issue #73613 · microsoft/vscode · GitHub
Visual Studio Git - is there a setting to prevent committing unstaged files - Stack Overflow
自问自答: vscode 的 版本控制默认是 git 吗?