VSCode Property ! Warning ! is not allowed

For anyone encountering the Property !!! Warning !!! is not allowed. [2,5] in VSCode… it’s due to changes in the March 19, 2019 v0.22.0 update to the C/C++ extension. Namely:

Major Changes

  • Add warning squiggles for invalid properties and paths in c_cpp_properties.json . #2799, PR #3283

It won’t cause any isuses compiling, it’s just an annoying cosmetic error for now, and will probably need to have the warning removed from the file, as it seems they don’t allow additional properties any more. :-/

1 Like

Done! Sorry.

1 Like