Added hpp.in and h.in to file associations for cpp (#76680)

Fixes #76662
This commit is contained in:
Prabhanjan S Koushik 2019-07-05 16:21:07 +05:30 committed by Alex Ross
parent b199a317a3
commit bf376d5223

View file

@ -18,7 +18,7 @@
},
{
"id": "cpp",
"extensions": [ ".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx", ".h", ".ino", ".inl", ".ipp" ],
"extensions": [ ".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx", ".h", ".ino", ".inl", ".ipp", ".hpp.in", ".h.in" ],
"aliases": [ "C++", "Cpp", "cpp"],
"configuration": "./language-configuration.json"
}],