Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMakeLists.txt not recognized & no comments #105

Open
maziac opened this issue Sep 28, 2024 · 2 comments
Open

CMakeLists.txt not recognized & no comments #105

maziac opened this issue Sep 28, 2024 · 2 comments

Comments

@maziac
Copy link

maziac commented Sep 28, 2024

Hi,

I found that the CMakeLists.txt files are not recognized/found by VSCodeCounter.
Investigating this I found that VSCodeCounter looks for "CMakelists.txt" instead of "CMakeLists.txt".
I.e. the "l" is lowercase, it should be uppercase.
Even on Windows it is not working.

I changed it for myself, then CMakeLists.txt files are found correctly.

But there is a 2nd problem:
Commented lines are not recognized in CMakeLists.txt.

Sorry, that I put two errors in one issue, but the 2nd problem cannot be seen if the first is not solved.

@uctakeoff
Copy link
Owner

@maziac
I fixed it in v3.6.1. Please try it.

@maziac
Copy link
Author

maziac commented Oct 7, 2024

CMakeLists.txt files are recognized now, thank you.
(The commented lines are still not recognized, but I think that was anyhow not fixed.
If it is not inside vscode-counter what else is responsible for this?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants