-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Feature RequestLanguage ServicefixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.quick fix
Milestone
Description
In C language, there's usually header files that end in .h, but these can be pre-processed by compilers such as gcc to produce a .i file which serves the same purpose, but has already underwent macro text substitutions, and can also be included with #include "file.i".
These are currently not recognized as C header files in vscode with the C/C++ extension.
(moved from microsoft/vscode#73089)
Metadata
Metadata
Assignees
Labels
Feature RequestLanguage ServicefixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.quick fix