Added json and lowered engine version

This commit is contained in:
Profitroll 2023-05-23 11:43:16 +02:00
parent 9358cc0f7f
commit eb54caca9e
3 changed files with 10 additions and 3 deletions

View File

@ -2,6 +2,11 @@
All notable changes to the "UniPack" extension pack will be documented in this file.
## v0.0.4
- Added json
- Minimal VSCode Studio version is now 1.46.0
## v0.0.3
- Added Shortcut Menu Bar

View File

@ -13,6 +13,7 @@ This pack is being used by the team of END PLAY Studio to develop projects of al
* [GitHub Actions](https://marketplace.visualstudio.com/items?itemName=github.vscode-github-actions)
* [Gitlens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
* [Gremlins tracker](https://marketplace.visualstudio.com/items?itemName=nhoizey.gremlins)
* [json](https://marketplace.visualstudio.com/items?itemName=ZainChen.json)
* [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint)
* [Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)
* [MongoDB for VS Code](https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode)

View File

@ -4,14 +4,14 @@
"license": "LICENSE",
"displayName": "UniPack by END PLAY",
"description": "Extension Pack with universal addons END PLAY Studio uses.",
"version": "0.0.3",
"version": "0.0.4",
"publisher": "ENDPLAYStudio",
"repository": {
"type": "git",
"url": "https://git.end-play.xyz/profitroll/VSCodeUniversal"
},
"engines": {
"vscode": "^1.76.0"
"vscode": "^1.46.0"
},
"categories": [
"Extension Packs"
@ -36,6 +36,7 @@
"streetsidesoftware.code-spell-checker-ukrainian",
"streetsidesoftware.code-spell-checker",
"stylelint.vscode-stylelint",
"tomoki1207.pdf"
"tomoki1207.pdf",
"ZainChen.json"
]
}