posh-vs icon indicating copy to clipboard operation
posh-vs copied to clipboard

Install-PoshVs should respect encoding

Open wtjones opened this issue 6 years ago • 1 comments

My profile is utf-8 but it converted it to UTF-16 LE. It actually made the file unreadable the first time I tried it, but I haven't been able to reproduce that.

An alternative would be to just say something like this during module import: "Hey, go add this to your profile - Import-Module posh-vs; Import-VisualStudioEnvironment"

wtjones avatar Mar 30 '18 01:03 wtjones

@wtjones, thanks for reporting this! Detection of file encoding looks messy but doable. I agree that this should be fixed.

olegsych avatar Apr 01 '18 17:04 olegsych