Everspace / vsc-rightclick-git

Right click in the explorer menu to add stuff.
BSD 2-Clause "Simplified" License
2 stars 3 forks source link

2 suggestions for improvement #11

Open daxhns opened 7 months ago

daxhns commented 7 months ago
  1. Can you please add the "Add to Git" command to just add the file to be tracked by Git? Basically: git add [filename]
  2. Can you add all commands also to the context menu when clicked on the filename in the open editor. That is, when you right click the filename in the tab of the editor (and not just in the explorer)
Everspace commented 3 months ago
  1. This is staging the file. That's what add does.
  2. I am not sure where that config option would be. Feel free to do a PR for it.