sajalverma17 / GitBranchDiffer

A Visual Studio Extension that displays source files Added/Modified/Renamed between a base branch you choose to diff against, and the current working branch in your Git repo. The diffed files are shown in the Solution Explorer using a Solution Explorer Filter
MIT License
6 stars 1 forks source link

Fixes #5: Set constraint on filter button #6

Closed sajalverma17 closed 3 years ago

sajalverma17 commented 3 years ago

So it can not be invoked before solution info is set, delete FilterState enum since we do not need to keep track of solution info set on filter anymore, simplifying the code