Unnecessary GetDotnetCommand() Messages? #50
Closed
JooleanLogic
started this conversation in
General
Replies: 3 comments 1 reply
-
That's alright; it would be preferable to create the post in the issues tab. However, thanks for bringing this to my attention. :) I'll sort it out for you soon! |
Beta Was this translation helpful? Give feedback.
1 reply
-
This would be the discord link. https://discord.gg/WxFG6Wm5hk |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing due to PR #52 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can I suggest that GetDotnetCommand() in ProjectGeneration.cs on line 1045 only throw the Win32Exception message if none of the 'possibleCommands' are matched?
I'm on linux and get the "Command '/bin/zsh' not found or not accessible." debug message whenever I start Unity or launch vscode.
As only one of those possibleCommands needs to succeed, it seems unnecessary to log output about which ones failed, unless they all failed.
PS. Apologies if this is wrong place for this. I'm not fluent in github processes and your discord link failed. Delete at will.
Beta Was this translation helpful? Give feedback.
All reactions