Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Localized diagnostics messages for TS 2.6 #1371

Closed
InExtremaRes opened this issue Nov 6, 2017 · 2 comments
Closed

[Feature Request] Localized diagnostics messages for TS 2.6 #1371

InExtremaRes opened this issue Nov 6, 2017 · 2 comments
Assignees

Comments

@InExtremaRes
Copy link
Contributor

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?

@lierdakil
Copy link
Collaborator

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?

@InExtremaRes
Copy link
Contributor Author

InExtremaRes commented Nov 7, 2017

Oh, I see. Using locale in compilerOptions doesn't seem to work, not even for CLI tsc. Documentation for tsserver mentions --locale option, although it is a CLI option too. Maybe tsserver can be executed with that option at starting (with an appropriate settings window option)?

@lierdakil lierdakil mentioned this issue Jan 10, 2018
1 task
@lierdakil lierdakil self-assigned this Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants