Closed thomasneubergersdx closed 2 years ago
Do you have Auto-mode enabled which makes the extension automatically select a color for each solution if none is specified?
Okay, this explains why I couldn't find anything wrong in the code. It's because the bug wasn't in the software but in the stupid user (me) in front of it.
Hi Mads,
great work, great extension, but there is one thing with it that puzzles me.
I have two clones of the same remote repository on my computer. One is for my current work, the other for peeking into other branches and/or fixing my PRs.
If I set a color for the solution in my main repo, I can see the color.txt file inside of the .vs folder in the repository. If I then open the second repository, it gets the same color and I can't see why. This repository has no color.txt file in it. Once I set another color in the second repository, They each have separate colors and all works as expected.
Steps to reproduce:
What I had expected is that in step 6, the solution in repository 2 has no color set.
Kind regards Thomas