vscode-exts/extensions/common/package.json
2024-10-10 17:35:30 +03:00

49 lines
1.2 KiB
JSON

{
"name": "neonxp-common",
"displayName": "@NeonXP Common Pack",
"description": "Common extesions",
"icon": "icon.png",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://gitrepo.ru/neonxp/vscode-exts.git"
},
"license": "MIT",
"homepage": "https://gitrepo.ru/neonxp/vscode-exts",
"engines": {
"vscode": "^1.94.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"antfu.icons-carbon",
"appulate.filewatcher",
"carlos-algms.make-task-provider",
"dbaeumer.vscode-eslint",
"emmanuelbeziat.vscode-great-icons",
"esbenp.prettier-vscode",
"file-icons.file-icons",
"graphql.vscode-graphql-syntax",
"humao.rest-client",
"ibm.output-colorizer",
"mikestead.dotenv",
"mohammadbaqer.better-folding",
"ms-azuretools.vscode-docker",
"ms-ceintl.vscode-language-pack-ru",
"ms-vscode.hexeditor",
"ms-vscode.makefile-tools",
"ms-vscode.test-adapter-converter",
"mtxr.sqltools",
"mtxr.sqltools-driver-pg",
"mtxr.sqltools-driver-sqlite",
"pbkit.vscode-pbkit",
"redhat.vscode-yaml",
"richie5um2.vscode-sort-json",
"rioj7.html-related-links",
"ryuta46.multi-command",
"tamasfe.even-better-toml",
"zokugun.cron-tasks",
"zokugun.sync-settings"
]
}