microsoft/TypeScript-Sublime-Plugin
Voir sur GitHubHow to set a 'locale file' for the inline error tips
Open
#695 ouverte le 18 déc. 2018
0 commentaires (0 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)JavaScript1 716 stars (1 716 stars)251 forks (251 forks)batch import
EnhancementHelp Wanted
Description
Hi all, can I set the --locale TS Compiler option for this plugin ?
Guide contributeur
- Stack technique
- typescript
- Domaine
- tooling
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- under 1 hour
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- unclear
- Prérequis
- Basic knowledge of TypeScriptFamiliarity with TypeScript Sublime Plugin
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 20
- Direction de recherche
- The issue asks how to set the locale TS compiler option in this plugin. To implement this, one should examine how the plugin currently passes compiler options to the TypeScript language service. Look at the plugin's source code, likely in a file like 'plugin.py' or 'typescript service.py', to see how options are configured. Additionally, check if there is any existing documentation or comments about locale support. Since the issue has no responses, the contributor needs to research the plugin's architecture and possibly propose a way to add a locale configuration. A good starting point is to search the repository for 'locale' or 'compilerOptions' to understand the current implementation.