Wintellect / WintellectPowerShell

PowerShell scripts for better debugging and life
http://www.wintellect.com
Other
178 stars 41 forks source link

Support VS2019 in Impor-VisualStudioEnvironment and so on #13

Open tats-u opened 4 years ago

tats-u commented 4 years ago

Closes #12

We seem to have to use https://github.com/microsoft/vswhere to detect VS2019+. I confirmed Import-VisualStudioEnvironment and Import-VisualStudioEnvironment -VsVersion 2019 work properly and Import-VisualStudioEnvironment -VsVersion 2017 successfully complains VS2017 is not installed. (I have installed only VS2019)

Could you sign my modification? I don't mind your modification on the branch in my forked reposittory.