Skip to content

Commit

Permalink
� it's pulling tags from the VSIX manifest!
Browse files Browse the repository at this point in the history
  • Loading branch information
bc3tech committed Jun 13, 2024
1 parent ca501b9 commit 9f51102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions DocGpt.Vsix/publishmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,7 @@
"$schema": "http://json.schemastore.org/vsix-publish",
"categories": ["coding", "documentation", "other"],
"identity": {
"internalName": "net-bc3tech-docgpt",
"tags": [
"gpt",
"llm",
"ai",
"xmldoc",
"xml",
"documentation",
"openai"
]
"internalName": "net-bc3tech-docgpt"
},
"overview": "../README.md",
"priceCategory": "free",
Expand Down
2 changes: 1 addition & 1 deletion DocGpt.Vsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<GettingStartedGuide>README.md</GettingStartedGuide>
<Icon>icon.jpg</Icon>
<PreviewImage>demo.gif</PreviewImage>
<Tags>dotnet, gpt, llm, ai, xmldoc, xml, documentation, openai, azure</Tags>
<Tags>dotnet;gpt;llm;ai;xmldoc;xml;documentation;openai;azure</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[17.0, 18.0)" Id="Microsoft.VisualStudio.Community">
Expand Down

0 comments on commit 9f51102

Please sign in to comment.