Release 1.1.4

This commit is contained in:
Omelette 蛋卷
2024-02-04 21:42:15 -05:00
parent b11fc3f1d7
commit b2f0f7f479
3 changed files with 23 additions and 8 deletions

View File

@@ -32,12 +32,12 @@
"dcsLuaRunner.serverPort": {
"type": "number",
"default": 12080,
"description": "Remote DCS Fiddle port."
"description": "Remote DCS Fiddle port for mission env. GUI env will automatically be on the next port (12081 by default)."
},
"dcsLuaRunner.useHttps": {
"type": "boolean",
"default": false,
"description": "If server is behind a HTTPS reverse proxy. You should also change the port to 443."
"description": "Set if server is behind a HTTPS reverse proxy. You should also change server port accordingly (443)."
},
"dcsLuaRunner.webAuthUsername": {
"type": "string",
@@ -71,7 +71,7 @@
"default": "JSON",
"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.showQuickButtons": {
"dcsLuaRunner.quickButtons": {
"type": "boolean",
"default": false,
"description": "Show buttons to quickly switch settings beside the run button."