You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?)
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.
The text was updated successfully, but these errors were encountered: