How can I change the human language used by the LSP?
Hi team. I'm using Deno and VSCode. The errors and warnings reported by the LSP are marked in English. Previously, it respected my system's locale, but that is no longer the case. My first instinct was to change the typescript human language setting by changing the locale like this in my VSCode config.
"typescript.locale": "es"
"typescript.locale": "es"
Of course, this doesn't change anything. I also couldn't find a similar setting for Deno. How can I restore this functionality? Thanks.
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.