microsoft / microsoft/TypeScript
The new `--lsp` flag is not mentioned in `tsc --help`'s output
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Go
- Estrellas
- 111k
- Forks
- 14.3k
- Merge medio
- 2 d 4 h
- PR fusionados (30 d)
- 132
Descripción
### 🔎 Search Terms
LSP server option flag command
### 🕗 Version & Regression Information
Testing on TypeScript version 7.0.2. This is the first version of TypeScript 7 that I've tried.
### 🙁 Actual behavior
It's surprisingly hard to find out what the command to run the new built-in LSP server is.
It's not mentioned in `tsc --help` or `tsc --help --all`.
How was I meant to find out, using official material, that the command is `tsc --lsp --stdio`?
### 🙂 Expected behavior
`--lsp` should be mentioned in `tsc --help` or `tsc --help --all`'s output.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Comienza ejecutando `tsc --help` y `tsc --help --all`; después, sigue el punto de entrada que ensambla la salida de ayuda de la CLI. Asegúrate de que se mencione la nueva opción `--lsp`, incluido su uso con `tsc --lsp --stdio`, y verifica que ambos comandos de ayuda muestren la información esperada.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- typescript
- Área
- cli
- Tipo de issue
- Documentación
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Activo
- Claridad
- Bien especificado
- Aptitud para principiantes
- 76/100