From bffa619d63981ce0f011732527eecfe57a54ba69 Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Mon, 22 May 2023 19:00:21 +0200 Subject: [PATCH] Added Project Manager --- CHANGELOG.md | 5 +++++ README.md | 1 + package.json | 5 +++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a3952..f640e83 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.2 + +- Added Project Manager + + ## v0.0.1 - Initial commit diff --git a/README.md b/README.md index 201c6c9..9b5de7f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ This pack is being used by the team of END PLAY Studio to develop projects of al * [MongoDB for VS Code](https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode) * [Paste JSON as Code](https://marketplace.visualstudio.com/items?itemName=quicktype.quicktype) * [Prettify JSON](https://marketplace.visualstudio.com/items?itemName=mohsen1.prettify-json) +* [Project Manager](https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager) * [SFTP](https://marketplace.visualstudio.com/items?itemName=Natizyskunk.sftp) * [SQLite Viewer](https://marketplace.visualstudio.com/items?itemName=qwtel.sqlite-viewer) * [Stylelint](https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint) diff --git a/package.json b/package.json index 7b0ee17..d8847d5 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.1", + "version": "0.0.2", "publisher": "ENDPLAYStudio", "repository": { "type": "git", "url": "https://git.end-play.xyz/profitroll/VSCodeUniversal" }, "engines": { - "vscode": "^1.78.0" + "vscode": "^1.76.0" }, "categories": [ "Extension Packs" @@ -19,6 +19,7 @@ "extensionPack": [ "aaron-bond.better-comments", "alefragnani.Bookmarks", + "alefragnani.project-manager", "DavidAnson.vscode-markdownlint", "eamodio.gitlens", "github.vscode-github-actions",