Category -> Categories

This commit is contained in:
Mike Coutermarsh
2019-07-31 10:37:29 -07:00
parent 4ed537d2a8
commit c9801cc551
22 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "C/C++ with Make",
"description": "Build and test a C/C++ project using Make.",
"iconName": "c-cpp",
"category": ["C", "C++"]
"categories": ["C", "C++"]
}