microsoft / microsoft/vscode-cpptools
Config provider API to provide all configurations upfront (as well as indicate which sources are 'active').
まだ誰も着手していません。
- 主要言語
- TypeScript
- スター
- 6.2k
- フォーク
- 1.7k
- 平均マージ
- 14時間 46分
- マージ済み PR(30日)
- 61
説明
This is based on the discussion here: https://github.com/microsoft/vscode-cmake-tools/issues/1875
Ultimately, Unification may require that we modify how custom configuration providers work, so all configurations are provided up front. Configurations for all files are needed by EdgeSystem to build the include graph (amoung other reasons). Regarding https://github.com/microsoft/vscode-cmake-tools/issues/1875 , included in those configurations could be an indication of which project (build target) is currently active. Source selection for header files could use that information to prefer sources from the current active configuration.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
リンクされた vscode-cmake-tools のディスカッションと、既存のカスタム構成プロバイダー API を確認してください。すべてのファイルの構成とアクティブなプロジェクトのメタデータをどのように表現すべきかを決定します。完了とは、構成データを事前に提供することと、アクティブなソースを選択することをサポートする、合意済みの API 契約ができていることを意味します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript
- 領域
- api, tooling
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100