cleanup of old code
Build & Release VS Code Extension / release (push) Successful in 23s
Details
Build & Release VS Code Extension / release (push) Successful in 23s
Details
This commit is contained in:
parent
36885c446a
commit
659ef72d68
|
|
@ -18,6 +18,6 @@ I will use this area to keep up with what i did last.
|
||||||
|
|
||||||
- Removed Debug Data
|
- Removed Debug Data
|
||||||
|
|
||||||
## [Release 1.1.1]
|
## [Release 1.1.2]
|
||||||
|
|
||||||
- Combined the 2 dev tool resources togethter to make one total tool for easier maintaining
|
- Combined the 2 dev tool resources togethter to make one total tool for easier maintaining
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "cstmgames-fivem-snippets",
|
"name": "cstmgames-fivem-snippets",
|
||||||
"displayName": "CSTMGames FiveM Dev Tools",
|
"displayName": "CSTMGames FiveM Dev Tools",
|
||||||
"description": "Development tools for FiveM",
|
"description": "Development tools for FiveM",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Chase Eller",
|
"name": "Chase Eller",
|
||||||
"email": "chase@cstmgames.com",
|
"email": "chase@cstmgames.com",
|
||||||
|
|
@ -16,9 +16,6 @@
|
||||||
"onStartupFinished"
|
"onStartupFinished"
|
||||||
],
|
],
|
||||||
"icon": "pridelogo.png",
|
"icon": "pridelogo.png",
|
||||||
"files": [
|
|
||||||
"template/fxmanifest.lua"
|
|
||||||
],
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.cstmgames.dev/CSTMGames/FiveM_Snippets.git"
|
"url": "https://git.cstmgames.dev/CSTMGames/FiveM_Snippets.git"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue