Skip to content

Commit

Permalink
'Overview' path fix (#206)
Browse files Browse the repository at this point in the history
## Test plan
No need for tests
<!-- REQUIRED; info at
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles
-->

---------

Co-authored-by: Tomasz Gołębiowski <tgolebiowski@virtuslab.com>
  • Loading branch information
tomaszgolebiowski and Tomasz Gołębiowski authored Jan 31, 2025
1 parent 2faef0f commit 24ed977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Cody.VisualStudio/publishManifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json.schemastore.org/vsix-publish",
"categories": ["Coding", "visual studio extensions", "documentation"],
"categories": ["Coding"],
"identity": {
"internalName": "cody-vs",
"description": "AI coding assistant that uses search and codebase context to help you write code faster!",
Expand All @@ -16,10 +16,10 @@
"ollama"
]
},
"overview": "../../../README.md",
"overview": "../../README.md",
"priceCategory": "free",
"publisher": "sourcegraph",
"private": true,
"private": false,
"qna": true,
"repo": "https://github.com/sourcegraph/cody-vs.git"
}

0 comments on commit 24ed977

Please sign in to comment.