From 8d8b21bc1592eaf8b3d7864f88edf3b76e43e4a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brandon=F0=9F=8C=A9=EF=B8=8FH?= Date: Wed, 12 Jun 2024 22:16:52 -0700 Subject: [PATCH] Fixing tags in manifest --- DocGpt.Vsix/publishmanifest.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/DocGpt.Vsix/publishmanifest.json b/DocGpt.Vsix/publishmanifest.json index e8dc5f7..79c7a67 100644 --- a/DocGpt.Vsix/publishmanifest.json +++ b/DocGpt.Vsix/publishmanifest.json @@ -2,7 +2,18 @@ "$schema": "http://json.schemastore.org/vsix-publish", "categories": ["coding", "documentation", "other"], "identity": { - "internalName": "net-bc3tech-docgpt" + "internalName": "net-bc3tech-docgpt", + "tags": [ + "dotnet", + "gpt", + "llm", + "ai", + "xmldoc", + "xml", + "documentation", + "openai", + "azure" + ] }, "overview": "../README.md", "priceCategory": "free",