Visual Studio Code: .git folder/file hidden

后端 未结 6 1262
迷失自我
迷失自我 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:43

    The below steps can be followed to override the existing user setting:

    1. Menu CodePreferenceSetting
    2. Search for files.exclude
    3. Mouse over files.exclude property, click on the edit icon and then opt for the copy to settings.
    4. The above steps will add all the properties, but keep only those which need to be overridden. For this case: it should be, "files.exclude": { "**/.git": false }
    5. Close the user setting. the .git folder will automatically appear in the respective repository.

提交回复
热议问题