2023-05-22 15:27:04 +03:00
|
|
|
{
|
2023-05-22 17:57:48 +03:00
|
|
|
"name": "python-pack-endplaystudio",
|
|
|
|
"icon": "icon.png",
|
|
|
|
"license": "LICENSE",
|
|
|
|
"displayName": "PyPack by END PLAY",
|
|
|
|
"description": "Extension Pack for Python with addons END PLAY Studio uses.",
|
2023-05-22 18:25:15 +03:00
|
|
|
"version": "0.0.5",
|
2023-05-22 17:57:48 +03:00
|
|
|
"publisher": "ENDPLAYStudio",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.end-play.xyz/profitroll/VSCodePython"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"vscode": "^1.78.0"
|
|
|
|
},
|
|
|
|
"categories": [
|
|
|
|
"Extension Packs"
|
|
|
|
],
|
|
|
|
"extensionPack": [
|
|
|
|
"donjayamanne.python-environment-manager",
|
|
|
|
"littlefoxteam.vscode-python-test-adapter",
|
|
|
|
"ms-python.black-formatter",
|
|
|
|
"ms-python.flake8",
|
|
|
|
"ms-python.isort",
|
|
|
|
"ms-python.pylint",
|
|
|
|
"ms-python.python",
|
|
|
|
"ms-python.vscode-pylance",
|
|
|
|
"njpwerner.autodocstring",
|
|
|
|
"sourcery.sourcery",
|
|
|
|
"tamasfe.even-better-toml",
|
|
|
|
"twixes.pypi-assistant"
|
|
|
|
]
|
|
|
|
}
|