Skip to content
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
14 changes: 14 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
changelog:
categories:
- title: Features
labels:
- Feature
- title: Fixed
labels:
- Bug
- title: Documentation
labels:
- Documentation
- title: Other
labels:
- "*"
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

All notable changes to the "vue3-vscode-snippets" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]

- Initial release
Binary file added images/vue-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 27 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,46 @@
"name": "vue3-vscode-snippets",
"displayName": "Vue 3 VS Code Snippets",
"description": "Vue 3 snippets for VS Code",
"icon": "images/vue-logo.png",
"version": "0.0.0",
"publisher": "exer7um",
"repository": {
"type": "git",
"url": "https://github.com/ExEr7um/vue3-vscode-snippets.git"
},
"author": {
"name": "Vasily Kuzin",
"email": "exer7um@gmail.com"
"email": "exer7um@gmail.com",
"url": "https://github.com/ExEr7um"
},
"contributors": [
{
"name": "Sarah Drasner",
"email": "sarah.drasner@gmail.com"
"email": "sarah.drasner@gmail.com",
"url": "https://github.com/sdras"
},
{
"name": "Daniel Kelly",
"email": "me@danielkelly.io",
"url": "https://github.com/danielkellyio"
}
],
"engines": {
"vscode": "^1.69.0"
},
"keywords": [
"Vue",
"Vue 3",
"Nuxt",
"Nuxt 3",
"Pinia",
"Vue Snippets",
"Vue 3 snippets",
"Nuxt snippets",
"Nuxt 3 snippets",
"Pinia snippets",
"Composition API"
],
"categories": [
"Snippets"
],
Expand Down
23 changes: 0 additions & 23 deletions vsc-extension-quickstart.md

This file was deleted.