Skip to content

3.1.1 updates #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## 3.0.0

- Vetur -> Volar, extension dependencies

## 2.2.1

- remove name of package for composition api now that we're at vue 3
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\<USER_NAME>\.vscode\extensions\sdras.vue-vscode-snippets-[versionnumber]`

## Snippets

### Vue
Expand Down Expand Up @@ -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 |
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.1",
"publisher": "sdras",
"engines": {
"vscode": "^1.14.0"
Expand All @@ -23,9 +23,6 @@
"Composition API",
"Vue Snippets"
],
"extensionDependencies": [
"octref.vetur"
],
"categories": [
"Snippets"
],
Expand Down