Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="src/CodingWithCalvin.GitRanger/Resources/Icons/icon.png" alt="Git Ranger Logo" width="128" />
<img src="resources/icon.png" alt="Git Ranger Logo" width="128" />
</p>

# 🤠 Git Ranger
Expand Down
21 changes: 21 additions & 0 deletions resources/extension.manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "http://json.schemastore.org/vsix-publish",
"categories": [
"coding",
"other",
"programming languages"
],
"identity": {
"internalName": "VS-GitRanger"
},
"assetFiles": [
{
"pathOnDisk": "resources/icon.png",
"targetPath": "resources/icon.png"
}
],
"overview": "../README.md",
"publisher": "CodingWithCalvin",
"qna": true,
"repo": "https://www.github.com/CodingWithCalvin/VS-GitRanger"
}
File renamed without changes
5 changes: 2 additions & 3 deletions src/CodingWithCalvin.GitRanger/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
<License>LICENSE</License>
<GettingStartedGuide>https://github.com/calvinallen/GitRanger#readme</GettingStartedGuide>
<ReleaseNotes>https://github.com/calvinallen/GitRanger/releases</ReleaseNotes>
<!-- Icons to be added later -->
<!-- <Icon>Resources\Icons\GitRangerIcon.png</Icon>
<PreviewImage>Resources\Icons\GitRangerPreview.png</PreviewImage> -->
<Icon>..\..\resources\icon.png</Icon>
<PreviewImage>..\..\resources\icon.png</PreviewImage>
<Tags>git, blame, history, graph, version control, source control, gitlens</Tags>
</Metadata>
<Installation>
Expand Down