Skip to content

Commit

Permalink
chore: add extension packs
Browse files Browse the repository at this point in the history
  • Loading branch information
selemondev committed Feb 23, 2024
1 parent 4e91ac5 commit d784847
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 5 deletions.
Binary file added .DS_Store
Binary file not shown.
42 changes: 37 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,45 @@
"displayName": "VueJs Kenya Extension Pack",
"description": "Popular VSCode extensions for Vue and Nuxt development ✨.",
"version": "0.0.1",
"publisher": "Selemondev",
"repository": {
"type": "git",
"url": "https://github.com/VueJs-Kenya/VueJs-Kenya-Extension-Pack"
},
"bugs": {
"url": "https://github.com/VueJs-Kenya/VueJs-Kenya-Extension-Pack/issues",
"email": "selemonsrdev@gmail.com"
},
"engines": {
"vscode": "^1.86.0"
"vscode": "^1.80.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"publisher.extensionName"
]
}
"extensionPack": [
"antfu.vite",
"vue.volar",
"vue.vscode-typescript-vue-plugin",
"rendiokriza.vue-3-code-snippets",
"vitest.explorer",
"dbaeumer.vscode-eslint",
"nuxtr.nuxtr-vscode",
"nuxt.mdc",
"selemondev.shadcn-vue",
"selemondev.vscode-preview-docs",
"christian-kohler.npm-intellisense"
],
"keywords": [
"extension pack",
"vscode-extension-pack",
"vuejs-extension-pack",
"vuejs",
"nuxt",
"vuejs-vscode-extension-pack"
],
"icon": "./src/images/icon.png",
"scripts": {
"generate:release": "npx changelogen@latest --release",
"deploy": "vsce publish --no-dependencies"
}
}
Binary file added src/.DS_Store
Binary file not shown.
Binary file added src/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d784847

Please sign in to comment.