79781258

Date: 2025-10-02 20:03:17
Score: 0.5
Natty:
Report link

I was able to fix this issue by adding the following options to the vmArgs in .../vscode/launch.json

"vmArgs": [
    "-Dsun.stdout.encoding=UTF-8",
    "-Dsun.stderr.encoding=UTF-8",
    "-Dstdout.encoding=UTF-8",
    "-Dstderr.encoding=UTF-8",
]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Leonardo Lopes