microsoft / microsoft/TypeScript
The new `--lsp` flag is not mentioned in `tsc --help`'s output
オープン
初心者向け
まだ誰も着手していません。
Docs
- 主要言語
- Go
- スター
- 111k
- フォーク
- 14.3k
- 平均マージ
- 2日 4時間
- マージ済み PR(30日)
- 132
説明
🔎 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.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず tsc --help と tsc --help --all を実行し、次に CLI のヘルプ出力を組み立てるエントリーポイントを追跡します。新しい --lsp オプションが、tsc --lsp --stdio の使用方法も含めて記載されていることを確認し、両方のヘルプコマンドで期待される情報が表示されることを検証します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript
- 領域
- cli
- issue の種類
- ドキュメント
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 活発
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 76/100