35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"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.",
|
|
"version": "0.0.7",
|
|
"publisher": "ENDPLAYStudio",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.end-play.xyz/profitroll/VSCodePython"
|
|
},
|
|
"engines": {
|
|
"vscode": "^1.46.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",
|
|
"VisualStudioExptTeam.intellicode-api-usage-examples",
|
|
"VisualStudioExptTeam.vscodeintellicode"
|
|
]
|
|
} |