Added vscodium

This commit is contained in:
Kristofers Solo
2022-04-28 21:17:01 +03:00
parent 837a479d82
commit d7dddc39ef
29139 changed files with 250215 additions and 45125 deletions

View File

@@ -0,0 +1,33 @@
{
"name": "html-snippets",
"displayName": "HTML Snippets",
"description": "Full HTML tags including HTML5 Snippets",
"version": "0.2.1",
"publisher": "abusaidm",
"icon": "images/icon.png",
"engines": {
"vscode": "^1.9.1"
},
"galleryBanner": {
"color": "#1E81C1",
"theme": "light"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "html",
"path": "./snippets/snippets.json"
}
]
},
"__metadata": {
"id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28",
"publisherId": "7fe357ee-5480-4a7d-a4e9-009d9438c2a3",
"publisherDisplayName": "Mohamed Abusaid",
"isPreReleaseVersion": false,
"installedTimestamp": 1641229758765
}
}