Lowered engine version

This commit is contained in:
Profitroll 2023-05-23 11:56:55 +02:00
parent 8ba999d89e
commit af1c32f56d
2 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
All notable changes to the "PyPack" extension pack will be documented in this file.
## v0.0.7
- Minimal VSCode Studio version is now 1.46.0
## v0.0.6
- Added IntelliCode

View File

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