Reputation: 1320
I've setup vscode to use English language, but the warning and error snippets keep being translated to my locale language. How can I stop vscode from doing that, since googling possible warnings/errors is much easier with them in English?
I have already tried changing the Locale settings within vscode, and already changed them to English. But the snippets keep being translated.
Upvotes: 2
Views: 291
Reputation: 11
I had same problem and this resolved my issue.
Press F1 or CTRL + SHIFT + P and type "Configure Display Language", then pick "en".
More info: https://code.visualstudio.com/docs/getstarted/locales
Upvotes: 1