update cmd line

This commit is contained in:
asep komarudin 2023-03-03 07:09:50 +07:00
parent 67a507d530
commit 8c55f6b749
214 changed files with 48553 additions and 48489 deletions

View file

@ -0,0 +1,51 @@
{
"name": "codeigniter4-snippets",
"displayName": "CodeIgniter4 Snippets",
"description": "CodeIgniter4 Snippets for Visual Studio Code",
"icon": "ci4.png",
"publisher": "adereksisusanto",
"version": "0.1.1",
"engines": {
"vscode": "^1.53.0"
},
"keywords": [
"codeigniter4",
"snippets",
"php",
"html"
],
"repository": {
"type": "git",
"url": "https://github.com/adereksisusanto/codeigniter4-snippets"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [{
"language": "php",
"path": "./snippets/php_controllers.json"
},
{
"language": "php",
"path": "./snippets/php_models.json"
},
{
"language": "php",
"path": "./snippets/php_migrations.json"
},
{
"language": "php",
"path": "./snippets/php_routes.json"
},
{
"language": "php",
"path": "./snippets/php_validations.json"
},
{
"language": "html",
"path": "./snippets/html_views.json"
}
]
}
}