Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
3d00cd27c8
|
|||
d54f323482
|
|||
cc02c77793 |
12
CHANGELOG.md
12
CHANGELOG.md
@@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
All notable changes to the "UniPack" extension pack will be documented in this file.
|
All notable changes to the "UniPack" extension pack will be documented in this file.
|
||||||
|
|
||||||
|
## v0.0.8
|
||||||
|
|
||||||
|
- Removed GitHub Actions
|
||||||
|
|
||||||
|
## v0.0.7
|
||||||
|
|
||||||
|
- Just a version bump
|
||||||
|
|
||||||
|
## v0.0.6
|
||||||
|
|
||||||
|
- Changed repo link
|
||||||
|
|
||||||
## v0.0.5
|
## v0.0.5
|
||||||
|
|
||||||
- Removed Stylelint
|
- Removed Stylelint
|
||||||
|
@@ -10,7 +10,6 @@ This pack is being used by the team of END PLAY Studio to develop projects of al
|
|||||||
* [Code Spell Checker - German](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker-german)
|
* [Code Spell Checker - German](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker-german)
|
||||||
* [Code Spell Checker - Ukrainian](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker-ukrainian)
|
* [Code Spell Checker - Ukrainian](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker-ukrainian)
|
||||||
* [Gitea-VSCode](https://marketplace.visualstudio.com/items?itemName=IJustDev.gitea-vscode)
|
* [Gitea-VSCode](https://marketplace.visualstudio.com/items?itemName=IJustDev.gitea-vscode)
|
||||||
* [GitHub Actions](https://marketplace.visualstudio.com/items?itemName=github.vscode-github-actions)
|
|
||||||
* [Gitlens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
|
* [Gitlens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
|
||||||
* [Gremlins tracker](https://marketplace.visualstudio.com/items?itemName=nhoizey.gremlins)
|
* [Gremlins tracker](https://marketplace.visualstudio.com/items?itemName=nhoizey.gremlins)
|
||||||
* [json](https://marketplace.visualstudio.com/items?itemName=ZainChen.json)
|
* [json](https://marketplace.visualstudio.com/items?itemName=ZainChen.json)
|
||||||
|
@@ -4,11 +4,11 @@
|
|||||||
"license": "LICENSE",
|
"license": "LICENSE",
|
||||||
"displayName": "UniPack by END PLAY",
|
"displayName": "UniPack by END PLAY",
|
||||||
"description": "Extension Pack with universal addons END PLAY Studio uses.",
|
"description": "Extension Pack with universal addons END PLAY Studio uses.",
|
||||||
"version": "0.0.5",
|
"version": "0.0.8",
|
||||||
"publisher": "ENDPLAYStudio",
|
"publisher": "ENDPLAYStudio",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.end-play.xyz/profitroll/VSCodeUniversal"
|
"url": "https://git.end-play.xyz/endplaystudio/VSCodeUniversal"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.46.0"
|
"vscode": "^1.46.0"
|
||||||
@@ -22,7 +22,6 @@
|
|||||||
"alefragnani.project-manager",
|
"alefragnani.project-manager",
|
||||||
"DavidAnson.vscode-markdownlint",
|
"DavidAnson.vscode-markdownlint",
|
||||||
"eamodio.gitlens",
|
"eamodio.gitlens",
|
||||||
"github.vscode-github-actions",
|
|
||||||
"IJustDev.gitea-vscode",
|
"IJustDev.gitea-vscode",
|
||||||
"jerrygoyal.shortcut-menu-bar",
|
"jerrygoyal.shortcut-menu-bar",
|
||||||
"mohsen1.prettify-json",
|
"mohsen1.prettify-json",
|
||||||
|
Reference in New Issue
Block a user