File tree Expand file tree Collapse file tree 5 files changed +42
-28
lines changed Expand file tree Collapse file tree 5 files changed +42
-28
lines changed Original file line number Diff line number Diff line change
1
+ changelog :
2
+ categories :
3
+ - title : Features
4
+ labels :
5
+ - Feature
6
+ - title : Fixed
7
+ labels :
8
+ - Bug
9
+ - title : Documentation
10
+ labels :
11
+ - Documentation
12
+ - title : Other
13
+ labels :
14
+ - " *"
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to the "vue3-vscode-snippets" extension will be documented in this file.
4
4
5
- Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
-
7
5
## [ Unreleased]
8
6
9
7
- Initial release
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " vue3 -vscode-snippets" ,
2
+ "name" : " vue-3 -vscode-snippets" ,
3
3
"displayName" : " Vue 3 VS Code Snippets" ,
4
4
"description" : " Vue 3 snippets for VS Code" ,
5
+ "icon" : " images/vue-logo.png" ,
5
6
"version" : " 0.0.0" ,
6
7
"publisher" : " exer7um" ,
8
+ "repository" : {
9
+ "type" : " git" ,
10
+ "url" : " https://github.com/ExEr7um/vue3-vscode-snippets.git"
11
+ },
7
12
"author" : {
8
13
"name" : " Vasily Kuzin" ,
9
- "email" : " exer7um@gmail.com"
14
+ "email" : " exer7um@gmail.com" ,
15
+ "url" : " https://github.com/ExEr7um"
10
16
},
11
17
"contributors" : [
12
18
{
13
19
"name" : " Sarah Drasner" ,
14
- "email" : " sarah.drasner@gmail.com"
20
+ "email" : " sarah.drasner@gmail.com" ,
21
+ "url" : " https://github.com/sdras"
22
+ },
23
+ {
24
+ "name" : " Daniel Kelly" ,
25
+ "email" : " me@danielkelly.io" ,
26
+ "url" : " https://github.com/danielkellyio"
15
27
}
16
28
],
17
29
"engines" : {
18
30
"vscode" : " ^1.69.0"
19
31
},
32
+ "keywords" : [
33
+ " Vue" ,
34
+ " Vue 3" ,
35
+ " Nuxt" ,
36
+ " Nuxt 3" ,
37
+ " Pinia" ,
38
+ " Vue Snippets" ,
39
+ " Vue 3 snippets" ,
40
+ " Nuxt snippets" ,
41
+ " Nuxt 3 snippets" ,
42
+ " Pinia snippets" ,
43
+ " Composition API"
44
+ ],
20
45
"categories" : [
21
46
" Snippets"
22
47
],
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments