Type: LanguageService
Describe the bug
-
OS and Version: Archlinux
-
VS Code Version: 1.28.2
-
C/C++ Extension Version: 0.20.1
-
Other extensions you installed (and if the issue persists after disabling them):
- Gruvbox Themes
- Material Theme
- Vim
-
A clear and concise description of what the bug is.
Hello,
I noticed that the extension doesn't seem to notice all the errors and warnings in the code. For example, when writing this:
It doesn't return any warning or error. Other than that, it seems to work fine.
I'm using compile_commands.json with the -Wall -Werror -Wextra flags enabled, and generated from cmake.
Thank you very much in advance.
Type: LanguageService
Describe the bug
OS and Version: Archlinux
VS Code Version: 1.28.2
C/C++ Extension Version: 0.20.1
Other extensions you installed (and if the issue persists after disabling them):
A clear and concise description of what the bug is.
Hello,
I noticed that the extension doesn't seem to notice all the errors and warnings in the code. For example, when writing this:
It doesn't return any warning or error. Other than that, it seems to work fine.
I'm using
compile_commands.jsonwith the-Wall -Werror -Wextraflags enabled, and generated fromcmake.Thank you very much in advance.