Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
d54f323482
|
|||
cc02c77793 | |||
71a0dabadb | |||
d282ddd6c2 |
13
CHANGELOG.md
13
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.7
|
||||||
|
|
||||||
|
- Just a version bump
|
||||||
|
|
||||||
|
## v0.0.6
|
||||||
|
|
||||||
|
- Changed repo link
|
||||||
|
|
||||||
|
## v0.0.5
|
||||||
|
|
||||||
|
- Removed Stylelint
|
||||||
|
|
||||||
## v0.0.4
|
## v0.0.4
|
||||||
|
|
||||||
- Added json
|
- Added json
|
||||||
@@ -15,7 +27,6 @@ All notable changes to the "UniPack" extension pack will be documented in this f
|
|||||||
|
|
||||||
- Added Project Manager
|
- Added Project Manager
|
||||||
|
|
||||||
|
|
||||||
## v0.0.1
|
## v0.0.1
|
||||||
|
|
||||||
- Initial commit
|
- Initial commit
|
||||||
|
@@ -23,5 +23,4 @@ This pack is being used by the team of END PLAY Studio to develop projects of al
|
|||||||
* [SFTP](https://marketplace.visualstudio.com/items?itemName=Natizyskunk.sftp)
|
* [SFTP](https://marketplace.visualstudio.com/items?itemName=Natizyskunk.sftp)
|
||||||
* [Shortcut Menu Bar](https://marketplace.visualstudio.com/items?itemName=jerrygoyal.shortcut-menu-bar)
|
* [Shortcut Menu Bar](https://marketplace.visualstudio.com/items?itemName=jerrygoyal.shortcut-menu-bar)
|
||||||
* [SQLite Viewer](https://marketplace.visualstudio.com/items?itemName=qwtel.sqlite-viewer)
|
* [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)
|
* [vscode-pdf](https://marketplace.visualstudio.com/items?itemName=tomoki1207.pdf)
|
||||||
|
@@ -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.4",
|
"version": "0.0.7",
|
||||||
"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"
|
||||||
@@ -35,7 +35,6 @@
|
|||||||
"streetsidesoftware.code-spell-checker-german",
|
"streetsidesoftware.code-spell-checker-german",
|
||||||
"streetsidesoftware.code-spell-checker-ukrainian",
|
"streetsidesoftware.code-spell-checker-ukrainian",
|
||||||
"streetsidesoftware.code-spell-checker",
|
"streetsidesoftware.code-spell-checker",
|
||||||
"stylelint.vscode-stylelint",
|
|
||||||
"tomoki1207.pdf",
|
"tomoki1207.pdf",
|
||||||
"ZainChen.json"
|
"ZainChen.json"
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user