Skip to content

Commit bf376d5

Browse files
skprabhanjanalexr00
authored andcommitted
Added hpp.in and h.in to file associations for cpp (microsoft#76680)
Fixes microsoft#76662
1 parent b199a31 commit bf376d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/cpp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"id": "cpp",
21-
"extensions": [ ".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx", ".h", ".ino", ".inl", ".ipp" ],
21+
"extensions": [ ".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx", ".h", ".ino", ".inl", ".ipp", ".hpp.in", ".h.in" ],
2222
"aliases": [ "C++", "Cpp", "cpp"],
2323
"configuration": "./language-configuration.json"
2424
}],

0 commit comments

Comments
 (0)