diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e0bb1..27e0f2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "PyPack" extension pack will be documented in this file. +## v0.0.5 + +- Moved markdownlint to UniPack + ## v0.0.4 - Added Pylint diff --git a/README.md b/README.md index ce11c87..7158ff5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ This pack is being used by the team of END PLAY Studio to develop projects on Py * [Even Better TOML](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml) * [Flake8](https://marketplace.visualstudio.com/items?itemName=ms-python.flake8) * [isort](https://marketplace.visualstudio.com/items?itemName=ms-python.isort) -* [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) * [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) * [PyPI Assistant](https://marketplace.visualstudio.com/items?itemName=twixes.pypi-assistant) * [Python Environment Manager](https://marketplace.visualstudio.com/items?itemName=donjayamanne.python-environment-manager) diff --git a/package.json b/package.json index 2b9642e..e899768 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "LICENSE", "displayName": "PyPack by END PLAY", "description": "Extension Pack for Python with addons END PLAY Studio uses.", - "version": "0.0.4", + "version": "0.0.5", "publisher": "ENDPLAYStudio", "repository": { "type": "git", @@ -17,7 +17,6 @@ "Extension Packs" ], "extensionPack": [ - "DavidAnson.vscode-markdownlint", "donjayamanne.python-environment-manager", "littlefoxteam.vscode-python-test-adapter", "ms-python.black-formatter",