microsoft/TypeScript-Sublime-Plugin
Auf GitHub ansehenHow to set a 'locale file' for the inline error tips
Open
#695 geöffnet am 18. Dez. 2018
0 Kommentare (0 Kommentare)0 Reaktionen (0 Reaktionen)0 zugewiesene Personen (0 zugewiesene Personen)JavaScript1.716 Stars (1.716 Stars)251 Forks (251 Forks)batch import
EnhancementHelp Wanted
Beschreibung
Hi all, can I set the --locale TS Compiler option for this plugin ?
Contributor Guide
- Tech Stack
- typescript
- Domain
- tooling
- Issue Type
- feature
- SchwierigkeitGeschätzte Implementierungsschwierigkeit für neue Contributors, von 1 für sehr kleine Änderungen bis 5 für Expertenarbeit.
- 3
- Geschätzte ZeitEin grober Zeitrahmen, um zu recherchieren, zu implementieren, zu testen und einen Pull Request vorzubereiten.
- under 1 hour
- AktivitätsstatusWie verfügbar das Issue gerade wirkt: frisch, aktiv, stale, blockiert oder wartet auf Maintainer-Input.
- stale
- KlarheitWie klar das Issue die erwartete Änderung, Akzeptanzkriterien und den nächsten Schritt erklärt.
- unclear
- Voraussetzungen
- Basic knowledge of TypeScriptFamiliarity with TypeScript Sublime Plugin
- EinsteigerfreundlichkeitEin Score von 1 bis 100, der schätzt, wie zugänglich dieses Issue für First-Time Contributors ist.
- 20
- Research-Richtung
- 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.