Skip to content

Commit 80909b6

Browse files
committed
add icon and move images to assets folder
1 parent e5cd3cd commit 80909b6

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This extension allows you to create code snippets from selected code in your workspace.
44

5-
![image](https://github.com/feli0x/workspace-code-snippets/blob/main/workspace-code-snippets.gif?raw=true)
5+
![Demonstration](https://github.com/feli0x/workspace-code-snippets/blob/main/assets/demo.gif?raw=true)
66

77
## Usage
88

File renamed without changes.

assets/icon.png

27.5 KB
Loading

assets/icon.svg

+15
Loading

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"homepage": "https://felix.surf/",
77
"description": "Create code snippets in your workspace and share them with your team.",
88
"repository": "https://github.com/feli0x/workspace-code-snippets",
9-
"version": "0.1.2",
9+
"version": "0.1.3",
10+
"icon": "assets/icon.png",
1011
"engines": {
1112
"vscode": "^1.82.0"
1213
},

0 commit comments

Comments
 (0)