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
1 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
{
"name": "vscodepython",
"name": "python-pack-endplaystudio",
"icon": "icon.png",
"license": "LICENSE",
"displayName": "VSCodePython",
"description": "Extension Pack For Python",
"version": "0.0.1",
"publisher": "eu.profitroll",
"displayName": "PyPack by END PLAY",
"description": "Extension Pack for Python with addons END PLAY Studio uses.",
"version": "0.0.2",
"publisher": "END PLAY Studio",
"repository": {
"type": "git",
"url": "https://git.end-play.xyz/profitroll/VSCodePython"
@ -19,14 +19,14 @@
"extensionPack": [
"aaron-bond.better-comments",
"DavidAnson.vscode-markdownlint",
"mongodb.mongodb-vscode",
"donjayamanne.python-environment-manager",
"littlefoxteam.vscode-python-test-adapter",
"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"
"twixes.pypi-assistant"
]
}