Why does Visual Studio check out the .vspscc file when I add a file to a project?

后端 未结 3 2063
有刺的猬
有刺的猬 2021-02-04 23:31

If I add a new file to a project under TFS source control, it will check out the project file and the corresponding .vspscc file for that project file.

The project file

3条回答
  •  無奈伤痛
    2021-02-04 23:36

    It gets checked out because under certain conditions it will be modified..and thus they checked it out as a matter of default. I wouldn't worry about it..it's not hurting anything, and if you disable it, it might bite you badly in the future in a bizarre way.

提交回复
热议问题