This commit is contained in:
dutchie031
2026-04-07 11:21:37 +02:00
parent 4cf9d557cd
commit bd52a23a5f
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -65,6 +65,10 @@ return utils
## Release Notes ## Release Notes
### 0.0.3
- Fixed: Settings filter not correct when opening settings with the extension command.
### 0.0.2 ### 0.0.2
- Improved error handling and reporting in the script compiler. - Improved error handling and reporting in the script compiler.
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "dutchies-dcs-scripting-tools", "name": "dutchies-dcs-scripting-tools",
"displayName": "Dutchies Dcs Scripting Tools", "displayName": "Dutchies Dcs Scripting Tools",
"description": "Scripting tools to create DCS script and frameworks easier", "description": "Scripting tools to create DCS script and frameworks easier",
"version": "0.0.2", "version": "0.0.3",
"author": { "author": {
"name": "dutchie031", "name": "dutchie031",
"email": "54616262+dutchie031@users.noreply.github.com" "email": "54616262+dutchie031@users.noreply.github.com"