vscode-cpptools
vscode-cpptools copied to clipboard
Add support for C23/C++26 #embed
Feature Request
I couldn't find any issue regarding that before so I apology if it's a duplicate.
C23/C++26 added support for #embed preprocessor macro, and GCC 15/Clang 19 implemented the feature so it's now usable. But Intellisense doesn't recognize the directive.
If implementing the complete parsing and semantics of it is complicated to implement, is it possible to simple recognize #embed as a valid directive please?