Release 1.1.6

This commit is contained in:
Omelette 蛋卷
2024-03-09 07:21:40 -05:00
parent 0679ed9141
commit a3bb990500
10 changed files with 447 additions and 74 deletions

View File

@@ -68,7 +68,7 @@
"dcsLuaRunner.returnDisplayFormat": {
"type": "string",
"enum": ["Lua Table", "JSON"],
"default": "JSON",
"default": "Lua Table",
"description": "Note: Experimental feature! Original returned data is in JSON. Conversion to Lua table is done after receiving data and may not be 100% accurate. Please report any issues."
},
"dcsLuaRunner.quickButtons": {