Changed publisher and added a few extensions

This commit is contained in:
Profitroll 2023-05-22 16:27:22 +02:00
parent 8e439dc377
commit 7b16515c05

View File

@ -1,11 +1,11 @@
{ {
"name": "vscodepython", "name": "python-pack-endplaystudio",
"icon": "icon.png", "icon": "icon.png",
"license": "LICENSE", "license": "LICENSE",
"displayName": "VSCodePython", "displayName": "PyPack by END PLAY",
"description": "Extension Pack For Python", "description": "Extension Pack for Python with addons END PLAY Studio uses.",
"version": "0.0.1", "version": "0.0.2",
"publisher": "eu.profitroll", "publisher": "END PLAY Studio",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.end-play.xyz/profitroll/VSCodePython" "url": "https://git.end-play.xyz/profitroll/VSCodePython"
@ -19,14 +19,14 @@
"extensionPack": [ "extensionPack": [
"aaron-bond.better-comments", "aaron-bond.better-comments",
"DavidAnson.vscode-markdownlint", "DavidAnson.vscode-markdownlint",
"mongodb.mongodb-vscode", "donjayamanne.python-environment-manager",
"littlefoxteam.vscode-python-test-adapter",
"ms-python.black-formatter", "ms-python.black-formatter",
"ms-python.isort", "ms-python.isort",
"ms-python.python", "ms-python.python",
"ms-python.vscode-pylance", "ms-python.vscode-pylance",
"njpwerner.autodocstring", "njpwerner.autodocstring",
"tamasfe.even-better-toml", "tamasfe.even-better-toml",
"twixes.pypi-assistant", "twixes.pypi-assistant"
"ZainChen.json"
] ]
} }