2 Commits

Author SHA1 Message Date
Profitroll
7b16515c05 Changed publisher and added a few extensions 2023-05-22 16:27:22 +02:00
Profitroll
8e439dc377 Replaced icon with transparent one 2023-05-22 14:57:01 +02:00
3 changed files with 9 additions and 9 deletions

BIN
icon.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 529 KiB

View File

@@ -1,11 +1,11 @@
{ {
"name": "vscodepython", "name": "python-pack-endplaystudio",
"icon": "icon.jpg", "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"
] ]
} }