Skip to content

Commit

Permalink
Updating Cody logo and description (#219)
Browse files Browse the repository at this point in the history
## Test plan
N/A
<!-- 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 Feb 6, 2025
1 parent ce7513d commit 45be1ee
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 24 deletions.
11 changes: 2 additions & 9 deletions src/Cody.VisualStudio/Cody.VisualStudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,7 @@
<Compile Include="Utilities\FilePathHelper.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\Marketplace.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\Preview.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\sourcegraph.png" />
<None Include="..\CodyDevConfig.json">
<Link>CodyDevConfig.json</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down Expand Up @@ -177,4 +170,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
Binary file modified src/Cody.VisualStudio/Resources/CodyToolWindowCommand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/Cody.VisualStudio/Resources/Marketplace.png
Binary file not shown.
Binary file removed src/Cody.VisualStudio/Resources/Preview.png
Binary file not shown.
30 changes: 15 additions & 15 deletions src/Cody.VisualStudio/publishManifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"$schema": "http://json.schemastore.org/vsix-publish",
"categories": ["Coding"],
"identity": {
"internalName": "cody-vs",
"description": "AI coding assistant that uses search and codebase context to help you write code faster!",
"tags": [
"ai",
"chatgpt",
"assistant",
"chatbot",
"cody",
"llm",
"c#",
"c++",
"ollama"
]
},
"identity": {
"internalName": "cody-vs",
"description": "Sourcegraph’s AI code assistant goes beyond individual dev productivity, helping enterprises achieve consistency and quality at scale with AI.",
"tags": [
"ai",
"chatgpt",
"assistant",
"chatbot",
"cody",
"llm",
"c#",
"c++",
"ollama"
]
},
"overview": "../../README.md",
"priceCategory": "free",
"publisher": "sourcegraph",
Expand Down

0 comments on commit 45be1ee

Please sign in to comment.