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 2
2
3
3
All notable changes to the "vue-vscode-snippets" extension will be documented in this file.
4
4
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
+
5
12
## 2.1.5
6
13
7
14
- Fix bug: fix dollar signs in emit
Original file line number Diff line number Diff line change 3
3
"displayName": "Vue VSCode Snippets",
4
4
"description": "Snippets that will supercharge your Vue workflow",
5
5
"icon": "images/vue-logo.png",
6
- "version": "2.1.5 ",
6
+ "version": "2.2.0 ",
7
7
"publisher": "sdras",
8
8
"engines": {
9
9
"vscode": "^1.14.0"
30
30
"Snippets"
31
31
],
32
32
"contributes": {
33
- "snippets": [{
33
+ "snippets": [
34
+ {
34
35
"language": "vue",
35
36
"path": "./snippets/vue.json"
36
37
},
84
85
}
85
86
]
86
87
}
87
- }
88
+ }
You can’t perform that action at this time.
0 commit comments