4 Commits

Author SHA1 Message Date
3f61180470 Just a version bump 2023-07-27 15:37:42 +02:00
b42a96da85 Updated version to 0.0.8 2023-05-23 13:18:19 +02:00
07bc2ff91d Icon updated and repo link changed 2023-05-23 13:17:50 +02:00
af1c32f56d Lowered engine version 2023-05-23 11:56:55 +02:00
3 changed files with 16 additions and 3 deletions

View File

@@ -2,6 +2,19 @@
All notable changes to the "PyPack" extension pack will be documented in this file. All notable changes to the "PyPack" extension pack will be documented in this file.
## v0.0.9
- Just a version bump
## v0.0.8
- Slightly updated icon
- Changed repo link
## v0.0.7
- Minimal VSCode Studio version is now 1.46.0
## v0.0.6 ## v0.0.6
- Added IntelliCode - Added IntelliCode

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 529 KiB

After

Width:  |  Height:  |  Size: 91 KiB

View File

@@ -4,14 +4,14 @@
"license": "LICENSE", "license": "LICENSE",
"displayName": "PyPack by END PLAY", "displayName": "PyPack by END PLAY",
"description": "Extension Pack for Python with addons END PLAY Studio uses.", "description": "Extension Pack for Python with addons END PLAY Studio uses.",
"version": "0.0.6", "version": "0.0.9",
"publisher": "ENDPLAYStudio", "publisher": "ENDPLAYStudio",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.end-play.xyz/profitroll/VSCodePython" "url": "https://git.end-play.xyz/endplaystudio/VSCodePython"
}, },
"engines": { "engines": {
"vscode": "^1.76.0" "vscode": "^1.46.0"
}, },
"categories": [ "categories": [
"Extension Packs" "Extension Packs"