Skip to content

Instantly share code, notes, and snippets.

@konarev
Created April 1, 2021 07:38
Show Gist options
  • Save konarev/d82e63a43d5271f73d885f9e3e2bd4b4 to your computer and use it in GitHub Desktop.
Save konarev/d82e63a43d5271f73d885f9e3e2bd4b4 to your computer and use it in GitHub Desktop.
VSCode windows terminal UTF-8
I have resolved this problem by setting terminal.integrated.env.windows
Here is the setting:
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"terminal.integrated.env.windows": {
"LANG": "C.UTF-8"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment