Compare commits

..
3 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
dutchie031 6c8adfea0d initial env.mission fields
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Successful in 51s
2026-09-14 11:27:31 +02:00
dutchie031 16599dce42 initial env.mission fields
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Successful in 5s
2026-09-14 11:27:13 +02:00
2 changed files with 3 additions and 3 deletions
@@ -46,7 +46,7 @@ do --mission table
---@class MissionTable ---@class MissionTable
---@field drawings Drawings ---@field drawings Drawings
---@field coalitions Coalitions ---@field coalition Coalitions
---@field theatre string? ---@field theatre string?
---@field version number ---@field version number
---@field start_time number ---@field start_time number
@@ -120,7 +120,7 @@ end
do -- env do -- env
---@class env ---@class env
---@field mission table TODO: Mission ---@field mission MissionTable
---@field warehouses table ---@field warehouses table
---@field info fun(log:string, showMessageBox:boolean?) Prints passed log line with prefix 'info' ---@field info fun(log:string, showMessageBox:boolean?) Prints passed log line with prefix 'info'
---@field warning fun(log:string, showMessageBox:boolean?) Prints passed log line with prefix 'warning' ---@field warning fun(log:string, showMessageBox:boolean?) Prints passed log line with prefix 'warning'
+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.1.1", "version": "0.1.3",
"author": { "author": {
"name": "dutchie031", "name": "dutchie031",
"email": "54616262+dutchie031@users.noreply.github.com" "email": "54616262+dutchie031@users.noreply.github.com"