Compare commits

..
1 Commits
Author SHA1 Message Date
dutchie031 974d4a5e69 fixed naming error in MissionTable
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Successful in 51s
2026-09-14 11:50:33 +02:00
2 changed files with 2 additions and 2 deletions
@@ -46,7 +46,7 @@ do --mission table
---@class MissionTable
---@field drawings Drawings
---@field coalitions Coalitions
---@field coalition Coalitions
---@field theatre string?
---@field version number
---@field start_time number
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "dutchies-dcs-scripting-tools",
"displayName": "Dutchies Dcs Scripting Tools",
"description": "Scripting tools to create DCS script and frameworks easier",
"version": "0.1.2",
"version": "0.1.3",
"author": {
"name": "dutchie031",
"email": "54616262+dutchie031@users.noreply.github.com"