diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e0f2b..46a8cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to the "PyPack" extension pack will be documented in this file. +## v0.0.6 + +- Added IntelliCode +- Added IntelliCode API Usage Examples + ## v0.0.5 - Moved markdownlint to UniPack diff --git a/README.md b/README.md index 7158ff5..1ac40a8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ This pack is being used by the team of END PLAY Studio to develop projects on Py * [Black Formatter](https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter) * [Even Better TOML](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml) * [Flake8](https://marketplace.visualstudio.com/items?itemName=ms-python.flake8) +* [IntelliCode API Usage Examples](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.intellicode-api-usage-examples) +* [IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode) * [isort](https://marketplace.visualstudio.com/items?itemName=ms-python.isort) * [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) * [PyPI Assistant](https://marketplace.visualstudio.com/items?itemName=twixes.pypi-assistant) diff --git a/package.json b/package.json index e899768..d3554a4 100644 --- a/package.json +++ b/package.json @@ -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.5", + "version": "0.0.6", "publisher": "ENDPLAYStudio", "repository": { "type": "git", "url": "https://git.end-play.xyz/profitroll/VSCodePython" }, "engines": { - "vscode": "^1.78.0" + "vscode": "^1.76.0" }, "categories": [ "Extension Packs" @@ -28,6 +28,8 @@ "njpwerner.autodocstring", "sourcery.sourcery", "tamasfe.even-better-toml", - "twixes.pypi-assistant" + "twixes.pypi-assistant", + "VisualStudioExptTeam.intellicode-api-usage-examples", + "VisualStudioExptTeam.vscodeintellicode" ] } \ No newline at end of file