added vscode extensions
This commit is contained in:
parent
7cde0829be
commit
26e2a50441
316 changed files with 37301 additions and 0 deletions
33
.vscode/extensions/paulzhang.fastify-snippets-0.0.5/package.json
vendored
Normal file
33
.vscode/extensions/paulzhang.fastify-snippets-0.0.5/package.json
vendored
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name": "fastify-snippets",
|
||||
"description": "Contains the code snippets for fastify web framework development in VS Code editor",
|
||||
"version": "0.0.5",
|
||||
"displayName": "Fastify code snippets",
|
||||
"publisher": "paulzhang",
|
||||
"icon": "images/full-logo.png",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/paulZzhang/fastify-snippets"
|
||||
},
|
||||
"engines": {
|
||||
"vscode": "0.10.x"
|
||||
},
|
||||
"categories": [
|
||||
"Snippets"
|
||||
],
|
||||
"contributes": {
|
||||
"snippets": [
|
||||
{
|
||||
"language": "javascript",
|
||||
"path": "./snippets/snippets.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
"__metadata": {
|
||||
"id": "06fc37a4-e524-4d7d-af9f-16808dcb37f7",
|
||||
"publisherId": "fa1c5f87-ae0a-441c-9070-16b019094558",
|
||||
"publisherDisplayName": "paulzhang",
|
||||
"installedTimestamp": 1632689171087
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue