Compare commits

...

7 Commits
v0.0.1 ... main

Author SHA1 Message Date
Profitroll d54f323482
Just a version bump 2023-07-27 15:39:06 +02:00
Profitroll cc02c77793 Changed repo link 2023-05-23 13:19:21 +02:00
Profitroll 71a0dabadb Version update to 0.0.5 2023-05-23 12:30:14 +02:00
Profitroll d282ddd6c2 Removed Stylelint 2023-05-23 12:29:36 +02:00
Profitroll eb54caca9e Added json and lowered engine version 2023-05-23 11:43:16 +02:00
Profitroll 9358cc0f7f Added Shortcut Menu Bar 2023-05-22 19:56:28 +02:00
Profitroll bffa619d63 Added Project Manager 2023-05-22 19:00:21 +02:00
3 changed files with 35 additions and 6 deletions

View File

@ -2,6 +2,31 @@
All notable changes to the "UniPack" extension pack will be documented in this file.
## v0.0.7
- Just a version bump
## v0.0.6
- Changed repo link
## v0.0.5
- Removed Stylelint
## v0.0.4
- Added json
- Minimal VSCode Studio version is now 1.46.0
## v0.0.3
- Added Shortcut Menu Bar
## v0.0.2
- Added Project Manager
## v0.0.1
- Initial commit

View File

@ -13,12 +13,14 @@ 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)
* [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)
* [Shortcut Menu Bar](https://marketplace.visualstudio.com/items?itemName=jerrygoyal.shortcut-menu-bar)
* [SQLite Viewer](https://marketplace.visualstudio.com/items?itemName=qwtel.sqlite-viewer)
* [Stylelint](https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint)
* [vscode-pdf](https://marketplace.visualstudio.com/items?itemName=tomoki1207.pdf)

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.1",
"version": "0.0.7",
"publisher": "ENDPLAYStudio",
"repository": {
"type": "git",
"url": "https://git.end-play.xyz/profitroll/VSCodeUniversal"
"url": "https://git.end-play.xyz/endplaystudio/VSCodeUniversal"
},
"engines": {
"vscode": "^1.78.0"
"vscode": "^1.46.0"
},
"categories": [
"Extension Packs"
@ -19,10 +19,12 @@
"extensionPack": [
"aaron-bond.better-comments",
"alefragnani.Bookmarks",
"alefragnani.project-manager",
"DavidAnson.vscode-markdownlint",
"eamodio.gitlens",
"github.vscode-github-actions",
"IJustDev.gitea-vscode",
"jerrygoyal.shortcut-menu-bar",
"mohsen1.prettify-json",
"mongodb.mongodb-vscode",
"Natizyskunk.sftp",
@ -33,7 +35,7 @@
"streetsidesoftware.code-spell-checker-german",
"streetsidesoftware.code-spell-checker-ukrainian",
"streetsidesoftware.code-spell-checker",
"stylelint.vscode-stylelint",
"tomoki1207.pdf"
"tomoki1207.pdf",
"ZainChen.json"
]
}