You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using version 0.0.38 of VSCode. When formatting code in JAVA, if there is Chinese text, the text will become garbled. I have tried using RedHat Formatter and it works fine.
settings:
java.format.settings.profile": "D:\\soft\\work-tools\\Microsoft VS Code\\code.xml",
"[java]": {
"editor.defaultFormatter": "io.spring.javaformat.spring-javaformat-vscode-extension"
},
How can I solve this issue? I am looking forward to your reply.
Thank you very much.