We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5cd3cd commit 80909b6Copy full SHA for 80909b6
README.md
@@ -2,7 +2,7 @@
2
3
This extension allows you to create code snippets from selected code in your workspace.
4
5
-
+
6
7
## Usage
8
workspace-code-snippets.gif renamed to assets/demo.gif
assets/icon.png
27.5 KB
assets/icon.svg
package.json
@@ -6,7 +6,8 @@
"homepage": "https://felix.surf/",
"description": "Create code snippets in your workspace and share them with your team.",
"repository": "https://github.com/feli0x/workspace-code-snippets",
9
- "version": "0.1.2",
+ "version": "0.1.3",
10
+ "icon": "assets/icon.png",
11
"engines": {
12
"vscode": "^1.82.0"
13
},
0 commit comments