From eb54caca9ed14acbe41a7351d6bd352829af4bfc Mon Sep 17 00:00:00 2001 From: profitroll Date: Tue, 23 May 2023 11:43:16 +0200 Subject: [PATCH] Added json and lowered engine version --- CHANGELOG.md | 5 +++++ README.md | 1 + package.json | 7 ++++--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f25afaa..af670e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 60817f7..7cd2e3a 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 8b632ec..38ab960 100644 --- a/package.json +++ b/package.json @@ -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" ] } \ No newline at end of file