- VSCode Version: 1.15.0
- OS Version: Windows 10 Pro 1703
I need to change shell encoding to utf-8, because default encoding not showing up cyrillic symbols. Only way to do this that I found is adding shell args as described in #19837. But when I use tasks with this workaround error happens. "Parameter format not correct - /d" for cmd and "Parameter format not correct - -Command" for powershell. There is no way to change shell encoding and use tasks both.
Steps to Reproduce:
- Setup
"terminal.integrated.shellArgs.windows": ["-NoExit", "/c", "chcp 65001"] in configuration
- Run any task (E. g. build)
Reproduces without extensions: Yes
I need to change shell encoding to utf-8, because default encoding not showing up cyrillic symbols. Only way to do this that I found is adding shell args as described in #19837. But when I use tasks with this workaround error happens. "Parameter format not correct - /d" for cmd and "Parameter format not correct - -Command" for powershell. There is no way to change shell encoding and use tasks both.
Steps to Reproduce:
"terminal.integrated.shellArgs.windows": ["-NoExit", "/c", "chcp 65001"]in configurationReproduces without extensions: Yes