Skip to content

Commit 8c9c2a6

Browse files
authored
update readme with volar instructions
1 parent 87b7ab1 commit 8c9c2a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ 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+
3138
## Snippets
3239

3340
### Vue

0 commit comments

Comments
 (0)