From 6700cdff536d501cbd5fc565f29dfc84ea1ba783 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Sat, 5 Feb 2022 12:48:58 -0700 Subject: [PATCH 1/4] vetur -> volar --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f05606..e784b94 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "Vue Snippets" ], "extensionDependencies": [ - "octref.vetur" + "johnsoncodehk.volar" ], "categories": [ "Snippets" From 841a4a5a5a3fc4876920b3ba637f69bf20625412 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Sat, 5 Feb 2022 12:50:28 -0700 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=9A=A9=20update=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ LICENSE | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 993bac7..458d4c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "vue-vscode-snippets" extension will be documented in this file. +## 3.0.0 + +- Vetur -> Volar, extension dependencies + ## 2.2.1 - remove name of package for composition api now that we're at vue 3 diff --git a/LICENSE b/LICENSE index a5414ee..dd378c9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Sarah Drasner +Copyright (c) 2022 Sarah Drasner Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index e784b94..1feb426 100644 --- a/package.json +++ b/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.2.1", + "version": "3.0.0", "publisher": "sdras", "engines": { "vscode": "^1.14.0" From 2b5a4d3717d090cf647e509f6d649ff0273db9e1 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Sat, 5 Feb 2022 15:12:58 -0700 Subject: [PATCH 3/4] remove extension dependencies --- CHANGELOG.md | 4 ++++ package.json | 5 +---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 458d4c7..5477aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "vue-vscode-snippets" extension will be documented in this file. +## 3.1.0 + +- Remove any extension dependencies + ## 3.0.0 - Vetur -> Volar, extension dependencies diff --git a/package.json b/package.json index 1feb426..7c73ac0 100644 --- a/package.json +++ b/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 @@ "Composition API", "Vue Snippets" ], - "extensionDependencies": [ - "johnsoncodehk.volar" - ], "categories": [ "Snippets" ], From 69c744b2a4898d0009b0c552efa74c491d4e7e3f Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Sat, 5 Feb 2022 15:16:07 -0700 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=93=9D=20update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ README.md | 8 -------- package.json | 2 +- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5477aae..8078471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "vue-vscode-snippets" extension will be documented in this file. +## 3.1.1 + +- Update README + ## 3.1.0 - Remove any extension dependencies diff --git a/README.md b/README.md index baaad3f..f440a8f 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,6 @@ ext install Vue VSCode Snippets You can enable tab completion (recommended) by opening `Code > Preferences > Settings` (on a Mac) and applying `"editor.tabCompletion": "onlySnippets"` to your personal settings -### Volar Usage - -This extension works out of the box with Vetur, but if you would rather use Volar, either remove `extensionDependencies` or set it to `volar` instead of `vetur`. You can find this file in the extensions package.json (with [versionnumber] replaced with the current installed version, i.e. 2.2.1): - -- Mac: `~/.vscode/extensions/sdras.vue-vscode-snippets-[versionnumber]/package.json` -- Windows: `C:\Users\\.vscode\extensions\sdras.vue-vscode-snippets-[versionnumber]` - ## Snippets ### Vue @@ -176,7 +169,6 @@ This extension works out of the box with Vetur, but if you would rather use Vola | `nfont` | link to include fonts in a nuxt project, in nuxt-config | | `ncss` | link to css assets such as normalize | - ### Nuxt Page | Snippet | Purpose | diff --git a/package.json b/package.json index 7c73ac0..c5d44d3 100644 --- a/package.json +++ b/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.1.0", + "version": "3.1.1", "publisher": "sdras", "engines": { "vscode": "^1.14.0"