Visual Studio Code: .git folder/file hidden

后端 未结 6 1346
迷失自我
迷失自我 2021-01-30 02:20

I am trying Visual Studio Code at this moment. Everything about Visual Studio Code look really cool to me except one thing: .git folder/file is hidden in Visual Studio C

6条回答
  •  渐次进展
    2021-01-30 02:44

    It's probably best to leave this hidden

    If you are using the sidebar to navigate and edit files, it would leave an opportunity to accidentally drop a file or folder in it, or accidentally move it to a different location. A better solution would be to open a terminal session in Visual Studio Code and then do code .git. That will open the folder in another Visual Studio Code instance and from there you can edit it.

提交回复
热议问题