madskristensen / SolutionColors

A Visual Studio extension
Apache License 2.0
77 stars 11 forks source link

VSIX does not support solution filters (slnf). #8

Closed lsoft closed 2 years ago

lsoft commented 2 years ago

Describe the bug I have a big sln, and a few slnf (with different subset of projects) on this sln. If I choose color for one slnf, I see the same color for all slnf based on this sln. I would prefer to see different colors in different slnfs.

To Reproduce Steps to reproduce the behavior:

  1. Create sln, and 2 slnf.
  2. Open 1st slnf and choose color.
  3. Close solution, open 2nd slnf.
  4. You will see the same color.

Additional context There are difficulties to get full path to slnf file from VSIX, described here with no feedback.