diff --git a/extensions/cpp/package.json b/extensions/cpp/package.json index c300ebe326c..6d8ae8b81df 100644 --- a/extensions/cpp/package.json +++ b/extensions/cpp/package.json @@ -18,7 +18,7 @@ }, { "id": "cpp", - "extensions": [ ".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx", ".h", ".ino", ".inl", ".ipp", ".hpp.in", ".h.in" ], + "extensions": [ ".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx", ".h", ".i", ".ino", ".inl", ".ipp", ".hpp.in", ".h.in" ], "aliases": [ "C++", "Cpp", "cpp"], "configuration": "./language-configuration.json" }], @@ -45,4 +45,4 @@ "path": "./snippets/cpp.json" }] } -} \ No newline at end of file +}