mirror of
https://github.com/omltcat/dcs-lua-runner.git
synced 2025-11-10 15:49:49 +00:00
Release 1.2.1
This commit is contained in:
@@ -103,4 +103,9 @@ All notable changes to the "dcs-lua-runner" extension will be documented in this
|
|||||||
### Changed
|
### Changed
|
||||||
- Integrated Setup guide now includes instructions to help setting up a reverse proxy.
|
- Integrated Setup guide now includes instructions to help setting up a reverse proxy.
|
||||||
- Message displayed upon switching settings now includes protocol info (http/https).
|
- Message displayed upon switching settings now includes protocol info (http/https).
|
||||||
- Move dcs-fiddle-server.lua script to an [external repository](https://github.com/omltcat/dcs-snippets/blob/master/Scripts/Hooks/dcs-fiddle-server.lua).
|
- Move dcs-fiddle-server.lua script to an [external repository](https://github.com/omltcat/dcs-snippets/blob/master/Scripts/Hooks/dcs-fiddle-server.lua).
|
||||||
|
|
||||||
|
## [1.2.1] - 2024-05-30
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Lower the minimum required version of VS Code to 1.70.0.
|
||||||
@@ -4,13 +4,13 @@
|
|||||||
"description": "Quickly run lua code in DCS World (local or remote server). A reimplementation of the DCS Fiddle lua console in VS Code.",
|
"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",
|
"license": "MIT",
|
||||||
"publisher": "omltcat",
|
"publisher": "omltcat",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"icon": "docs/img/icon.png",
|
"icon": "docs/img/icon.png",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/omltcat/dcs-lua-runner"},
|
"url": "https://github.com/omltcat/dcs-lua-runner"},
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.85.0"
|
"vscode": "^1.70.0"
|
||||||
},
|
},
|
||||||
"categories": [
|
"categories": [
|
||||||
"Programming Languages",
|
"Programming Languages",
|
||||||
|
|||||||
Reference in New Issue
Block a user