We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784339b commit db1a54fCopy full SHA for db1a54f
README.md
@@ -1,5 +1,5 @@
1
<p align="center">
2
- <img src="resources/icon.png" alt="Git Ranger Logo" width="128" />
+ <img src="https://raw.githubusercontent.com/CodingWithCalvin/VS-GitRanger/main/resources/icon.png" alt="Git Ranger Logo" width="128" />
3
</p>
4
5
<h1 align="center">Git Ranger</h1>
resources/extension.manifest.json
@@ -8,12 +8,6 @@
8
"identity": {
9
"internalName": "VS-GitRanger"
10
},
11
- "assetFiles": [
12
- {
13
- "pathOnDisk": "icon.png",
14
- "targetPath": "resources/icon.png"
15
- }
16
- ],
17
"overview": "../README.md",
18
"publisher": "CodingWithCalvin",
19
"qna": true,
0 commit comments