microsoft/TypeScript-Sublime-Plugin
View on GitHubHow to set a 'locale file' for the inline error tips
Open
#695 opened on Dec 18, 2018
0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)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 ?
Contributor guide
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Basic knowledge of TypeScriptFamiliarity with TypeScript Sublime Plugin
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- 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.