If you set js/ts.locale, our extension will not respect it and will continue to display error messages in English. This is because we (at least) don't send locale over on server initialization.
We should have at least the same parity as the existing extension. Things to test out:
- Different sources for locale options (
js/ts.locale, typescript.locale, global editor display language)
- Locale changes on the fly with no restart (may not be supported, or we force a restart)
- Locale changes take place after a window reload/manual restart if necessary
If you set
js/ts.locale, our extension will not respect it and will continue to display error messages in English. This is because we (at least) don't sendlocaleover on server initialization.We should have at least the same parity as the existing extension. Things to test out:
js/ts.locale,typescript.locale, global editor display language)