This commit is contained in:
Chase Eller 2026-03-22 19:02:04 -04:00
parent a5c67995cb
commit eb93d8e060
No known key found for this signature in database
GPG Key ID: 9233D42F495E657C
3 changed files with 6 additions and 9 deletions

View File

@ -13,3 +13,7 @@ I will use this area to keep up with what i did last.
## [Release 1.0.9]
- Added Debug Data
## [Release 1.0.11]
- Removed Debug Data

View File

@ -2,7 +2,7 @@
"name": "cstmgames-fivem-snippets",
"displayName": "CSTMGames FiveM Snippets",
"description": "Snippets for FiveM",
"version": "1.0.10",
"version": "1.0.11",
"engines": {
"vscode": "^1.110.0"
},

View File

@ -174,12 +174,5 @@
"end)"
],
"description": "Thread Net Register"
},
"test": {
"prefix": "debugdata",
"body": [
"Success this is actually working!"
],
"description": "test2"
}
}