Open
Description
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!