Skip to content

Commit a788f19

Browse files
add demo and icon
1 parent fc009ba commit a788f19

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Snippet-saver is a vscode extension tool, which relies on local storage of your device to provide create, read and delete functionality for code snippets. I have made this extension because I don't trust anyone with my code files and want to keep it in my local machine and I believe you should not trust anyone else for your personal data as well.
44

5+
![Feature Preview](assets/demo.png)
6+
57
## Usage Explained
68
https://github.com/user-attachments/assets/d30ea24e-bfc0-401d-9812-c4667c950e54
79

assets/demo.png

478 KB
Loading

icon.png

1.09 MB
Loading

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
"name": "snippet-saver",
33
"displayName": "snippet-saver",
44
"description": "A VS Code extension to save and manage code snippets.",
5-
"version": "0.0.1",
5+
"version": "1.0.1",
6+
"publisher": "Aditya-Singh-Vats",
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/Adityasinghvats/Snippet-Saver.git"
910
},
1011
"engines": {
1112
"vscode": "^1.98.0"
1213
},
14+
"icon": "icon.png",
1315
"categories": [
1416
"Other"
1517
],

0 commit comments

Comments
 (0)