Release 1.1.7

This commit is contained in:
omltcat
2024-05-10 14:21:34 -04:00
parent 5b0c62efb5
commit 07711a605a
6 changed files with 97 additions and 22 deletions

View File

@@ -4,7 +4,7 @@
"description": "Quickly run lua code in DCS World (local or remote server). A reimplementation of the DCS Fiddle lua console in VS Code.",
"license": "MIT",
"publisher": "omltcat",
"version": "1.1.6",
"version": "1.1.7",
"icon": "docs/img/icon.png",
"repository": {
"type": "git",
@@ -191,6 +191,10 @@
{
"command": "dcs-lua-runner.set-guiEnv-button",
"title": "Env: Mission"
},
{
"command": "dcs-lua-runner.show-setup-guide",
"title": "DCS Lua: Show Setup Guide"
}
]
},