You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we're not calling tsc directly, we can't really pass CLI options to it. In fact, almost everything, including diagnostics, is handled by tsserver. Maybe try specifying locale in compilerOptions in tsconfig.json?
Oh, I see. Using locale in compilerOptions doesn't seem to work, not even for CLI tsc. Documentation for tsserver mentions --localeoption, although it is a CLI option too. Maybe tsserver can be executed with that option at starting (with an appropriate settings window option)?
Since TypeScript 2.6 a new option for localized diagnostics was added (more info).
Is there any possibility to add this option to Atom diagnostics messages?
The text was updated successfully, but these errors were encountered: