cleanup of old code
Build & Release VS Code Extension / release (push) Successful in 23s Details

This commit is contained in:
Chase Eller 2026-03-24 21:18:29 -04:00
parent 36885c446a
commit 659ef72d68
No known key found for this signature in database
GPG Key ID: 9233D42F495E657C
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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"