In the Git tab in VS Code, there are a number of features I never use, I prefer typing my command lines. Is there a way to only view changed files in different repos of the workspace?
It is very hard to read and navigate between repos with the big commit button, commit input, and short cut commands.
The best you can get is something like the following in settings.json (some lines commented out and left to taste):
Frame challenge: If you prefer to use the commandline, why not just run
git statusand just never look at VS Code's SCM View?Related: How can I toggle the Git Commit Input in the Source Control View in VS Code?