Home > Back-end >  Why does VSCode not show errors in English?
Why does VSCode not show errors in English?

Time:02-14

I prefer learning about programming in English, but VSCode just makes that a lot harder.

For some reason, everything but errors are shown in English.

enter image description here

CodePudding user response:

I searched the settings for the Workbench and language and there was no setting for the UI language.

There is a command line argument to change the display language:

Try to start VSC with

code --locale en-US .

CodePudding user response:

Delete ";" at line 16. It would be worked.

  • Related