notskm / vscode-clang-tidy

MIT License
48 stars 26 forks source link

config file support #78

Closed zoey-ada closed 2 years ago

zoey-ada commented 2 years ago

Add config file path extension setting. Add include paths extension setting.

notskm commented 2 years ago

@zoey-ada Hey, I can't seem to access the issue tracker on your repo, but I see you've removed my name from the license in your fork. You may not alter the license. You may sublicense the project, but the original notice must be maintained, as stated in the license file. By removing my name and adding yours, you are claiming to have made something you did not.

This may be a helpful source: https://softwareengineering.stackexchange.com/questions/386582/altering-author-names-in-mit-license

zoey-ada commented 2 years ago

My bad. I will fix that. Thanks for pointing it out. 👍🏻

zoey-ada commented 2 years ago

Fixed, or un-broken I guess.

That is some nifty info in that link. I'll have to hold on to it. I'm sure there are lots of others who could benefit from it.

Sorry again, and have a good one!

notskm commented 2 years ago

It's no big deal, thanks for fixing! I figured it was a simple honest mistake.

danielbisar commented 2 years ago

Will this ever be merged? This feature request is a good one and just saw this topic since otherwise I would create a PR as well.

danielbisar commented 2 years ago

Not sure if this project is dead... but since i did not receive any answer, if someone else is having the problem, there is and option to do the same with vscode cpptools extension. See my question and the responses on their repo:

https://github.com/microsoft/vscode-cpptools/issues/9981