Skip to content

How can I send println output to vscode terminal not debug console? #17

Open
@n0111000

Description

@n0111000

character-corruption

Character corruption occurs for Japanese text while launching debug.
I heard I can avoid this by sending ouput to vscode terminal not debug console at following page.
microsoft/vscode#3550
How can I switch to terminal?
I cannot find such option in launch.json sample.
For example in Python launch.json, I can find "console" option.

"configurations": [
    {
        "name": "Python: Current File (Integrated Terminal)",
        "type": "python",
        "request": "launch",
        "program": "${file}",
        "console": "integratedTerminal"
    },

Please help to popularize kotlin and vscode in non-English world!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions