File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to the "vue-vscode-snippets" extension will be documented in this file.
44
5+ ## 2.2.0
6+
7+ - Add in Nuxt axios module
8+ - Fix bug in emit- wrong snippet area
9+ - Update TS reference
10+ - Fix typo in README
11+
512## 2.1.5
613
714- Fix bug: fix dollar signs in emit
Original file line number Diff line number Diff line change 33 "displayName" : " Vue VSCode Snippets" ,
44 "description" : " Snippets that will supercharge your Vue workflow" ,
55 "icon" : " images/vue-logo.png" ,
6- "version" : " 2.1.5 " ,
6+ "version" : " 2.2.0 " ,
77 "publisher" : " sdras" ,
88 "engines" : {
99 "vscode" : " ^1.14.0"
3030 " Snippets"
3131 ],
3232 "contributes" : {
33- "snippets" : [{
33+ "snippets" : [
34+ {
3435 "language" : " vue" ,
3536 "path" : " ./snippets/vue.json"
3637 },
8485 }
8586 ]
8687 }
87- }
88+ }
You can’t perform that action at this time.
0 commit comments