Rolek
Rolek

Reputation: 93

What is a .vscode file in Github?

I have pulled cloned a project on Github and get an .vscode file with an empty settings.json

Is it recommended to keep it?

Thanks

Upvotes: 1

Views: 4721

Answers (1)

Turja
Turja

Reputation: 76

.vscode is a folder which contains vscode workspace settings as well as configurations. To know more about vscode workspace you can visit this page.

If you want to use that github user's particular workspace settings you can keep it. It's a good practice to maintain workspace settings.

Upvotes: 3

Related Questions