We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841a4a5 commit 2b5a4d3Copy full SHA for 2b5a4d3
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the "vue-vscode-snippets" extension will be documented in this file.
4
5
+## 3.1.0
6
+
7
+- Remove any extension dependencies
8
9
## 3.0.0
10
11
- Vetur -> Volar, extension dependencies
package.json
@@ -3,7 +3,7 @@
"displayName": "Vue VSCode Snippets",
"description": "Snippets that will supercharge your Vue workflow",
"icon": "images/vue-logo.png",
- "version": "3.0.0",
+ "version": "3.1.0",
"publisher": "sdras",
"engines": {
"vscode": "^1.14.0"
@@ -23,9 +23,6 @@
23
"Composition API",
24
"Vue Snippets"
25
],
26
- "extensionDependencies": [
27
- "johnsoncodehk.volar"
28
- ],
29
"categories": [
30
"Snippets"
31
0 commit comments