maraf / GitExtensions.SolutionRunner

A Visual Studio solution runner plugin for Git Extensions
https://www.neptuo.com/project/desktop/gitextensions.solutionrunner/
Apache License 2.0
2 stars 6 forks source link

VS2022 does not open solutions with whitespace in file path #39

Open dselzle opened 1 month ago

dselzle commented 1 month ago

Versions:


When the path to the .sln file contains whitespace (e.g., C:\MyCode\My Solution Directory\MySolution.sln), Visual Studio 2022 displays an error window instead of opening the file.

Whitespace in directory: image

Whitespace in file name: image

maraf commented 3 weeks ago

Thank you for the report and sorry for late reply.

You can workaround it in the meantime by adding quotes to arguments image

dselzle commented 3 weeks ago

Thank you for the report and sorry for late reply.

You can workaround it in the meantime by adding quotes to arguments image

That's alright, thanks for the workaround! Worked like a charm.