Skip to content

vscode output can't display none ASCII text #223

@niphor

Description

@niphor

when i start a server , in output window it shows bunch of ??????????, which should be some chinese text

i changed my vm config

{
  "args.override.boolean": "true",
  "args.shutdown.vm.override.string": "-Dfile.encoding=UTF-8 ...",
  "args.vm.override.string": "-Dfile.encoding=UTF-8 ...",
}

it‘s not woking,it shows instead
WX20240313-140742@2x

i open output with editor, and try to change encodings with no luck

I'm working with devcontainer using mcr.microsoft.com/devcontainers/java:2-8 image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions