microsoft / microsoft/vscode-cpptools
Add C_Cpp.codeAnalysis.clangTidy.configFile setting
Open
Nobody has claimed this yet.
enhancement
Feature: Code Analysis
Feature: Configuration
Language Service
quick fix
- Dominant language
- TypeScript
- Stars
- 6.2k
- Forks
- 1.7k
- Avg merge
- 14h 46m
- Merged PRs (30d)
- 61
Description
The current workaround is to add --config-file=<path> to C_Cpp.codeAnalysis.clangTidy.args. See the previous issue at https://github.com/microsoft/vscode-cpptools/issues/9981 (variable expansion won't work till 1.13.3 though).
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.
Research direction
Start by reviewing how the C_Cpp.codeAnalysis.clangTidy.args setting is handled and compare it with the workaround described here. Read the previous issue, 9981, for context on variable expansion. Done means users can provide a separate C_Cpp.codeAnalysis.clangTidy.configFile path instead of adding --config-file to the arguments.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100