Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2b5a4d3

Browse filesBrowse files
committed
remove extension dependencies
1 parent 841a4a5 commit 2b5a4d3
Copy full SHA for 2b5a4d3

File tree

2 files changed

+5
-4
lines changed
Filter options

2 files changed

+5
-4
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the "vue-vscode-snippets" extension will be documented in this file.
44

5+
## 3.1.0
6+
7+
- Remove any extension dependencies
8+
59
## 3.0.0
610

711
- Vetur -> Volar, extension dependencies

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-4Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Vue VSCode Snippets",
44
"description": "Snippets that will supercharge your Vue workflow",
55
"icon": "images/vue-logo.png",
6-
"version": "3.0.0",
6+
"version": "3.1.0",
77
"publisher": "sdras",
88
"engines": {
99
"vscode": "^1.14.0"
@@ -23,9 +23,6 @@
2323
"Composition API",
2424
"Vue Snippets"
2525
],
26-
"extensionDependencies": [
27-
"johnsoncodehk.volar"
28-
],
2926
"categories": [
3027
"Snippets"
3128
],

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.