MindfulMinun
MindfulMinun
DDeno
Created by MindfulMinun on 7/26/2024 in #help
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.
3 replies