auto update test with debug data
Build & Release VS Code Extension / release (push) Successful in 29s Details

This commit is contained in:
Chase Eller 2026-03-22 18:45:46 -04:00
parent a039cbb88b
commit 96b85960e5
No known key found for this signature in database
GPG Key ID: 9233D42F495E657C
3 changed files with 13 additions and 2 deletions

View File

@ -8,4 +8,8 @@ I will use this area to keep up with what i did last.
## [Release 1.0.8]
- Commit of testing for auto updates
- Commit of testing for auto updates
## [Release 1.0.9]
- Added Debug Data

View File

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

View File

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