visualgitio / LGit

Git porcelain & MSSCCI provider
Other
11 stars 2 forks source link

Notes on how VS2005 handles SCC web stuff #23

Open NattyNarwhal opened 3 years ago

NattyNarwhal commented 3 years ago

When you create a web site project, VS puts web sites in their own dir under My Documents\Visual Studio 2005\WebSites.

Oddly, when you try adding the solution (or sometimes project) from the main UI, it asks to create it in My Documents\Visual Studio 2005, which is Bad™. Instead...

VS' bizarre split behaviour is workaround-able but confusing. It makes sense when you realize it treats projects as special though.

NattyNarwhal commented 3 years ago

It would be useful to display contexts on everything as a result, because this means VS will keep multiple instances open Screenshot from 2021-07-26 21-46-21

NattyNarwhal commented 3 years ago

VS has a tendency to initially think the solution binding is also invalid....