Skip to content

No way to setup the shell utf-8 encoding in windows. #32955

@artem-leonov

Description

@artem-leonov
  • 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:

  1. Setup "terminal.integrated.shellArgs.windows": ["-NoExit", "/c", "chcp 65001"] in configuration
  2. Run any task (E. g. build)

Reproduces without extensions: Yes

Metadata

Metadata

Assignees

Labels

tasksTask system issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions