question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot ignore folder

See original GitHub issue

I tried "c-cpp-flylint.excludeFromWorkspacePaths": ["3rdParty", "CMakeFiles"], but it still checking those folders, and cpu usage is always 100%.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:5
  • Comments:13 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
jbendencommented, Sep 6, 2021

@dzid26 I pushed a new version out with the change! Thanks so much!

1reaction
jbendencommented, Jan 12, 2021

Hello,

Would someone with this problem please post their configuration? I am not sure what is expanding all of them directories, into include parameters…

Thanks, -Joe

Read more comments on GitHub >

github_iconTop Results From Across the Web

gitignore does not ignore folder - Stack Overflow
Commit any changes that you need to fix/change. · Run this command: git rm -r --cached . (which removes everything from the git...
Read more >
How to fix "gitignore not working" issue - gists · GitHub
Update .gitignore with the folder/file name you want to ignore. · Commit all the changes to git. Exclude the folder/files you don't want...
Read more >
.gitignore File – How to Ignore Files and Folders in Git
Inside .gitignore , you can tell Git to ignore only a single file or a single folder by mentioning the name or pattern...
Read more >
Visual Studio 2022 Can't gitignore .vs folder - Microsoft Q&A
Not sure what it is with Visual Studio 2022 but it seems it is not ignoring the .vs table in the .gitignore file...
Read more >
Ignoring Files and Folders in Git - GeeksforGeeks
If we want to ignore a file in any directory we have to just write its name in the .gitignore file whether in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found