thomasjo / atom-ide-cpp

C/C++ language support for Atom-IDE
33 stars 4 forks source link

Is there a way to ignore an error like with a comment? #24

Closed MonkeyToiletLadder closed 3 years ago

MonkeyToiletLadder commented 3 years ago

Im including a header file. The clangd says that the header file cannot be found. Im using the -I option to specify the path for my header files. Is there a way to let clangd know what path to the header files it should use or is there some way to ignore this error with like a comment?

MonkeyToiletLadder commented 3 years ago

Ah i have to configure clangd.