Skip to content

Commit 94c89fe

Browse files
committed
🚩 decrement required vscode version, add in icon
1 parent 57561e5 commit 94c89fe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

images/vue-logo.png

3.86 KB
Loading

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"name": "vue-vscode-snippets",
33
"displayName": "Vue VSCode Snippets",
44
"description": "Snippets that will supercharge your Vue workflow",
5-
"version": "1.0.0",
5+
"icon": "images/vue-logo.png",
6+
"version": "1.0.1",
67
"publisher": "sdras",
78
"engines": {
8-
"vscode": "^1.15.0"
9+
"vscode": "^1.14.0"
910
},
1011
"repository": {
1112
"type": "git",

0 commit comments

Comments
 (0)