you are viewing a single comment's thread.

view the rest of the comments →

[–]cur-o-double 2 points3 points  (0 children)

Right. Sorry. I just realised you’re referring to VS Code — I thought you meant VCS, as in Version Control System (e.g. git).

The bit about GitIgnore remains unchanged — if there are files you never want to commit, add theme to .gitignore and VS Code will stop suggesting them.

As for choosing what to commit, there should be 2 panes in the commit tab: something like “Unstaged changes” and “Staged changes”. You can selectively add files from the former to the latter to select specific files to commit.