33 lines
No EOL
789 B
JSON
33 lines
No EOL
789 B
JSON
{
|
|
"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
|
|
}
|
|
} |