Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit 9384d44

Browse files
committed
Merge branch 'develop' into main
2 parents 8c9c2a6 + 289173b commit 9384d44

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 7 deletions
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

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
"Composition API",
2424
"Vue Snippets"
2525
],
26-
"extensionDependencies": [
27-
"octref.vetur"
28-
],
2926
"categories": [
3027
"Snippets"
3128
],
@@ -43,10 +40,6 @@
4340
"language": "html",
4441
"path": "./snippets/vue-template.json"
4542
},
46-
{
47-
"language": "vue-html",
48-
"path": "./snippets/vue-template.json"
49-
},
5043
{
5144
"language": "javascript",
5245
"path": "./snippets/vue-script.json"

yarn.lock

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)