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 22
33All notable changes to the "vue3-vscode-snippets" extension will be documented in this file.
44
5- Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6-
75## [ Unreleased]
86
97- Initial release
Original file line number Diff line number Diff line change 11{
2- "name" : " vue3 -vscode-snippets" ,
2+ "name" : " vue-3 -vscode-snippets" ,
33 "displayName" : " Vue 3 VS Code Snippets" ,
44 "description" : " Vue 3 snippets for VS Code" ,
5+ "icon" : " images/vue-logo.png" ,
56 "version" : " 0.0.0" ,
67 "publisher" : " exer7um" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " https://github.com/ExEr7um/vue3-vscode-snippets.git"
11+ },
712 "author" : {
813 "name" : " Vasily Kuzin" ,
9- "email" : " exer7um@gmail.com"
14+ "email" : " exer7um@gmail.com" ,
15+ "url" : " https://github.com/ExEr7um"
1016 },
1117 "contributors" : [
1218 {
1319 "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"
1527 }
1628 ],
1729 "engines" : {
1830 "vscode" : " ^1.69.0"
1931 },
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+ ],
2045 "categories" : [
2146 " Snippets"
2247 ],
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments