This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Update board type command does not update intellisense config automatically #959
Closed
Description
When board type changed "defines" section in c_cpp_properties.json is not updated.
When compiling the code "-mmcu={board}" switch is passed as arg so that there is correct "#define" whilst compilation and there is no errors. But intellisense has no correct "#define" available until manually specified.
Expected result
Intellisense highlight correct code block