Skip to content

Commit 69c744b

Browse files
committed
📝 update README
1 parent 2b5a4d3 commit 69c744b

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

Diff for: CHANGELOG.md

+4
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.1
6+
7+
- Update README
8+
59
## 3.1.0
610

711
- Remove any extension dependencies

Diff for: README.md

-8
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ ext install Vue VSCode Snippets
2828

2929
You can enable tab completion (recommended) by opening `Code > Preferences > Settings` (on a Mac) and applying `"editor.tabCompletion": "onlySnippets"` to your personal settings
3030

31-
### Volar Usage
32-
33-
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):
34-
35-
- Mac: `~/.vscode/extensions/sdras.vue-vscode-snippets-[versionnumber]/package.json`
36-
- Windows: `C:\Users\<USER_NAME>\.vscode\extensions\sdras.vue-vscode-snippets-[versionnumber]`
37-
3831
## Snippets
3932

4033
### Vue
@@ -176,7 +169,6 @@ This extension works out of the box with Vetur, but if you would rather use Vola
176169
| `nfont` | link to include fonts in a nuxt project, in nuxt-config |
177170
| `ncss` | link to css assets such as normalize |
178171

179-
180172
### Nuxt Page
181173

182174
| Snippet | Purpose |

Diff for: package.json

+1-1
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.1.0",
6+
"version": "3.1.1",
77
"publisher": "sdras",
88
"engines": {
99
"vscode": "^1.14.0"

0 commit comments

Comments
 (0)