microsoft / microsoft/vscode-cpptools-api

`WorkspaceBrowseConfiguration` should support multiple sets of compiler path/args

未关闭
#56 0 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
TypeScript
星标
33
派生
20
PR 合并指标
30 天内没有已合并 PR

描述

If I understand correctly, it’s not uncommon for CMake projects to consist of several subprojects that could use different relevant args or hypothetically even different compilers (i.e. target binaries vs. tools built for the host system to be used by the build).

There is also the need for C vs. C++ information, as compiler queries for either may result in different system include paths.

Processing N sets of compiler paths/args here would be similar to what cpptools does with compile_commands.json files - processes all provided compiler paths and (unique and relevant combinations of) args, to build the browse path(s). Cpptools should be able to avoid redundantly querying compilers, so it should not be critical that the configuration provider de-dupe this set.

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先阅读 WorkspaceBrowseConfiguration API,并按照 issue 中的描述,查看 cpptools 如何处理 compile_commands.json。定义并记录对多组编译器路径/参数的支持,包括针对 C 和 C++ 的不同查询;当 API 能够为子项目表示这些集合,而不需要冗余的编译器查询时,即视为完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
cmake, cpp, typescript
领域
api, devtools
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
基本清楚
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。