microsoft/TypeScript-Sublime-Plugin
Ver no GitHubHow to set a 'locale file' for the inline error tips
Open
#695 aberto em 18 de dez. de 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 ?
Guia do colaborador
- Pilha de tecnologia
- typescript
- Domain
- tooling
- Tipo Issue
- feature
- DifficultyDificuldade de implementação estimada para um novo contribuidor, de 1 para alterações muito pequenas a 5 para trabalho de nível especializado.
- 3
- Tempo estimadoUm intervalo de tempo aproximado para um colaborador experiente investigar, implementar, testar e preparar um pull request.
- under 1 hour
- Status da atividadeQuão disponível o issue aparece agora: novo, ativo, obsoleto, bloqueado ou aguardando entrada do mantenedor.
- stale
- ClarityCom que clareza o issue explica a mudança esperada, os critérios de aceitação e a próxima etapa.
- unclear
- Prerequisites
- Basic knowledge of TypeScriptFamiliarity with TypeScript Sublime Plugin
- Simpatia para novatosUma pontuação de 1 a 100 que estima o quão acessível este issue é para colaboradores iniciantes.
- 20
- Direção de pesquisa
- 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.