auto update test with debug data
Build & Release VS Code Extension / release (push) Successful in 29s
Details
Build & Release VS Code Extension / release (push) Successful in 29s
Details
This commit is contained in:
parent
a039cbb88b
commit
96b85960e5
|
|
@ -9,3 +9,7 @@ I will use this area to keep up with what i did last.
|
||||||
## [Release 1.0.8]
|
## [Release 1.0.8]
|
||||||
|
|
||||||
- Commit of testing for auto updates
|
- Commit of testing for auto updates
|
||||||
|
|
||||||
|
## [Release 1.0.9]
|
||||||
|
|
||||||
|
- Added Debug Data
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "cstmgames-fivem-snippets",
|
"name": "cstmgames-fivem-snippets",
|
||||||
"displayName": "CSTMGames FiveM Snippets",
|
"displayName": "CSTMGames FiveM Snippets",
|
||||||
"description": "Snippets for FiveM",
|
"description": "Snippets for FiveM",
|
||||||
"version": "1.0.8",
|
"version": "1.0.9",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.110.0"
|
"vscode": "^1.110.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -174,5 +174,12 @@
|
||||||
"end)"
|
"end)"
|
||||||
],
|
],
|
||||||
"description": "Thread Net Register"
|
"description": "Thread Net Register"
|
||||||
|
},
|
||||||
|
"test": {
|
||||||
|
"prefix": "debugdata",
|
||||||
|
"body": [
|
||||||
|
"Success this is actually working!"
|
||||||
|
],
|
||||||
|
"description": "test"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue