I develop LKM and vscode does not recognize linux/init.h>
(it shouldn't), but it is required for developing LKM's, I want to remove this red underline because it annoying. Is there way I can remove this highlighting?
Asked
Active
Viewed 814 times
1

Ha ones be Eilat
- 23
- 3
-
Unfortunatly I think you need to disable all code parsing or create a "fake" init.h along with the other headers. – Alrik Aug 28 '20 at 13:59
-
check this out [Disable wavy underline in VS Code](https://stackoverflow.com/questions/43454967/disable-wavy-underline-in-vs-code) – krehwell Aug 28 '20 at 14:02