PS tatsu@TATSU-NB-3RD:~$ Import-VisualStudioEnvironment
The system cannot find the path specified.
ERROR: Error executing CMD.EXE: 1
PS tatsu@TATSU-NB-3RD:~$ Import-VisualStudioEnvironment 2019
Import-VisualStudioEnvironment : Cannot validate argument on parameter 'VSVersion'. The argume
nt "2019" does not belong to the set "Latest,2013,2015,2017" specified by the ValidateSet attr
ibute. Supply an argument that is in the set and then try the command again.
At line:1 char:32
+ Import-VisualStudioEnvironment 2019
+ ~~~~
+ CategoryInfo : InvalidData: (:) [Import-VisualStudioEnvironment], ParameterBin
dingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationError,Import-VisualStudioEnvironment
PS tatsu@TATSU-NB-3RD:~$ Import-VisualStudioEnvironment Latest
The system cannot find the path specified.
ERROR: Error executing CMD.EXE: 1
Could you support VS2019 in Import-VisualStudioEnvironment?
I can't touch the already-signed code.