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.
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.