Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output window does not respect codepage #21971

Closed
vsobotka opened this issue Mar 4, 2017 · 1 comment
Closed

Output window does not respect codepage #21971

vsobotka opened this issue Mar 4, 2017 · 1 comment
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality

Comments

@vsobotka
Copy link
Contributor

vsobotka commented Mar 4, 2017

  • VSCode Version: 1.10.1 (653f873)
  • OS Version: Windows 10 Pro (10.0.14393)
  • User settings
{
    "files.encoding": "cp852",
    "editor.minimap.enabled": true,
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe"
}

Steps to Reproduce:

  1. Have file errors.log written in CP 852
Dočasná tabulka (TEMP TABLE) ttSumaStavu nebyla nalezena. (5445)
** .\a_s\r_prefak.p Nemohu porozumět řádku 23. (196)
  1. Configure task
{
    "version": "0.1.0",
    "command": "cmd",
    "isShellCommand": true,
    "showOutput": "silent",
    "args": ["/C"],

    "tasks": [
        {
            "taskName": "Check codepage",
            "suppressTaskName": true,
            "isBuildCommand": false,
            "args": ["chcp && type errors.log"]
        }
    ]
}
  1. Run the task
    obrazek
  2. Run the command chcp && type errors.log manually in terminal window
    obrazek
@vsobotka vsobotka changed the title Output windows does not respect codepage Output window does not respect codepage Mar 6, 2017
@isidorn isidorn added the feature-request Request for new features or functionality label Mar 6, 2017
@isidorn
Copy link
Contributor

isidorn commented Mar 6, 2017

Duplicate of #3550

@isidorn isidorn closed this as completed Mar 6, 2017
@isidorn isidorn added the *duplicate Issue identified as a duplicate of another issue(s) label Mar 6, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants