Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 6f63d95

Browse files
committed
Add icon
1 parent e72563e commit 6f63d95

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md).
1919
### Why not just use GitLens instead?
2020

2121
GitLens is an excellent extension but I found it overly complicated for my needs, with many features I didn't need. It's also frustrating that the extension keeps pushing for its paid version. In contrast, this extension will always be free and open source software (see [license](./LICENSE)), and will never do more than just provide the line blame information.
22+
23+
### What's that extension icon?
24+
25+
Created by prompting Stable Diffusion over in [stable-diffusion](https://github.com/carlthome/stable-diffusion) with `python main.py --prompt "git line blame"`. 🫢

icon.png

25.6 KB
Loading

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Display inline information in the text editor about the latest commit that edited the currently selected line",
55
"publisher": "carlthome",
66
"version": "0.1.1",
7+
"icon": "icon.png",
78
"engines": {
89
"vscode": "^1.78.0"
910
},

0 commit comments

Comments
 (0)