ESP-IDF + VsCode Config - Highlight
Posted: Mon Sep 13, 2021 7:20 am
Hi everyone
I wanna know what should I do to enable
#ifndef something
some highlighted code .....
#endif
the code between #if or #ifndef value that not defined be in highlight
when I add .vscode folders and c_cpp_properties.json file make it disable
like these two photos :
before add .json file :
.
//********
and after add .json file (folder .vscode top-left side in photo) :
.
thank you
I wanna know what should I do to enable
#ifndef something
some highlighted code .....
#endif
the code between #if or #ifndef value that not defined be in highlight
when I add .vscode folders and c_cpp_properties.json file make it disable
like these two photos :
before add .json file :
.
//********
and after add .json file (folder .vscode top-left side in photo) :
.
thank you