Chizaruu / com.tsk.ide.vscode

Enhance your Unity development workflow with seamless code editor integration for VSCode.

Home Page:https://openupm.com/packages/com.tsk.ide.vscode/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unnecessary GetDotnetCommand() Messages?

Chizaruu opened this issue · comments

Discussed in #50

Originally posted by JooleanLogic June 5, 2023
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.