Changed publisher and added a few extensions
This commit is contained in:
parent
8e439dc377
commit
7b16515c05
16
package.json
16
package.json
@ -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"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user