diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d22dfb..300a22c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +- Commit of testing for auto updates + +## [Release 1.0.9] + +- Added Debug Data \ No newline at end of file diff --git a/package.json b/package.json index bc1df96..b8134e4 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/snippets/cstmcommonfunctions.code-snippets b/snippets/cstmcommonfunctions.code-snippets index 3befc53..a159ead 100644 --- a/snippets/cstmcommonfunctions.code-snippets +++ b/snippets/cstmcommonfunctions.code-snippets @@ -174,5 +174,12 @@ "end)" ], "description": "Thread Net Register" + }, + "test": { + "prefix": "debugdata", + "body": [ + "Success this is actually working!" + ], + "description": "test" } } \ No newline at end of file