Added icon, license and fixed author

This commit is contained in:
Profitroll
2023-05-22 14:42:19 +02:00
parent 64eef8b7cc
commit 37b2f7359d
3 changed files with 239 additions and 0 deletions

View File

@@ -1,8 +1,15 @@
{
"name": "vscodepython",
"icon": "icon.jpg",
"license": "LICENSE",
"displayName": "VSCodePython",
"description": "Extension Pack For Python",
"version": "0.0.1",
"publisher": "eu.profitroll",
"repository": {
"type": "git",
"url": "https://git.end-play.xyz/profitroll/VSCodePython"
},
"engines": {
"vscode": "^1.78.0"
},