You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been playing around with lock target but i think that having an option to simply ignore loading from projects(disabled as default of course) would be tremendously helpful.
Currently lock target accomplishes this but locks you in to solution, the flexibility to use multiple solution simultaneously in the same instance was great, this is possible if lock target is false but without lock target the issue discussed in this PR arises, projects that belong to a solution but are outside the sln directory get initialized as projects.
The text was updated successfully, but these errors were encountered:
Could you explain a bit more? If I understand correctly, you want an option to always try to attach to a solution. So in the case of this:
this is possible if lock target is false but without lock target the issue discussed in this #82 arises, projects that belong to a solution but are outside the sln directory get initialized as projects.
You want it to first try to see if it can find the correct solution, and if not fallback to the current solution?
I think I am open to it, but I just want to understand it a bit more first
I've been playing around with lock target but i think that having an option to simply ignore loading from projects(disabled as default of course) would be tremendously helpful.
Currently lock target accomplishes this but locks you in to solution, the flexibility to use multiple solution simultaneously in the same instance was great, this is possible if lock target is false but without lock target the issue discussed in this PR arises, projects that belong to a solution but are outside the sln directory get initialized as projects.
The text was updated successfully, but these errors were encountered: