2023-05-22 15:27:04 +03:00
|
|
|
{
|
|
|
|
"name": "vscodepython",
|
2023-05-22 15:57:01 +03:00
|
|
|
"icon": "icon.png",
|
2023-05-22 15:42:19 +03:00
|
|
|
"license": "LICENSE",
|
2023-05-22 15:27:04 +03:00
|
|
|
"displayName": "VSCodePython",
|
|
|
|
"description": "Extension Pack For Python",
|
|
|
|
"version": "0.0.1",
|
2023-05-22 15:42:19 +03:00
|
|
|
"publisher": "eu.profitroll",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.end-play.xyz/profitroll/VSCodePython"
|
|
|
|
},
|
2023-05-22 15:27:04 +03:00
|
|
|
"engines": {
|
|
|
|
"vscode": "^1.78.0"
|
|
|
|
},
|
|
|
|
"categories": [
|
|
|
|
"Extension Packs"
|
|
|
|
],
|
|
|
|
"extensionPack": [
|
|
|
|
"aaron-bond.better-comments",
|
|
|
|
"DavidAnson.vscode-markdownlint",
|
|
|
|
"mongodb.mongodb-vscode",
|
|
|
|
"ms-python.black-formatter",
|
|
|
|
"ms-python.isort",
|
|
|
|
"ms-python.python",
|
|
|
|
"ms-python.vscode-pylance",
|
|
|
|
"njpwerner.autodocstring",
|
|
|
|
"tamasfe.even-better-toml",
|
|
|
|
"twixes.pypi-assistant",
|
|
|
|
"ZainChen.json"
|
|
|
|
]
|
|
|
|
}
|