From 2cec5cde85d320ad481f4c9608d901483886ce96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rinc=C3=B3n=20Blanco?= Date: Fri, 15 Mar 2024 13:56:44 +0100 Subject: [PATCH] Fix manifest --- vsixManifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vsixManifest.json b/vsixManifest.json index 7a4c13c..2e1a2fd 100644 --- a/vsixManifest.json +++ b/vsixManifest.json @@ -1,6 +1,6 @@ { "$schema": "http://json.schemastore.org/vsix-publish", - "categories": [ "conan", "c++", "c" ], + "categories": [ "build", "coding", "visual studio extensions" ], "identity": { "internalName": "conan-vs-extension" },