We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0106e commit a431cebCopy full SHA for a431ceb
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
All notable changes to the "vue-vscode-snippets" extension will be documented in this file.
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
12
## 2.1.5
13
14
- Fix bug: fix dollar signs in emit
package.json
@@ -3,7 +3,7 @@
"displayName": "Vue VSCode Snippets",
"description": "Snippets that will supercharge your Vue workflow",
"icon": "images/vue-logo.png",
- "version": "2.1.5",
+ "version": "2.2.0",
"publisher": "sdras",
"engines": {
"vscode": "^1.14.0"
@@ -30,7 +30,8 @@
30
"Snippets"
31
],
32
"contributes": {
33
- "snippets": [{
+ "snippets": [
34
+ {
35
"language": "vue",
36
"path": "./snippets/vue.json"
37
},
@@ -84,4 +85,4 @@
84
85
}
86
]
87
-}
88
+}
0 commit comments