microsoft / microsoft/vscode-cpptools
Some of the MSVC compiler args and predefined macros are not being handled
Open
@Colengms is already working on this.
Since Sep 8, 2026.
bug
fixed
Language Service
- Dominant language
- TypeScript
- Stars
- 6.2k
- Forks
- 1.7k
- Avg merge
- 14h 46m
- Merged PRs (30d)
- 61
Description
See https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=msvc-180
One recent user reported case was https://github.com/microsoft/vscode-cpptools/issues/14310
/Zc:__STDC__isn't using--ms_stdcand defining__STDC__./Zaisn't defing__STDC__.
...it seems like there could be a lot more...maybe we could postpone this till users ask for specific args to be handled? Some of these are probably pretty rarely used?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.