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:
parent
3ca6b8253c
commit
59369961c0
@ -103,4 +103,9 @@ All notable changes to the "dcs-lua-runner" extension will be documented in this
|
||||
### Changed
|
||||
- Integrated Setup guide now includes instructions to help setting up a reverse proxy.
|
||||
- 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.",
|
||||
"license": "MIT",
|
||||
"publisher": "omltcat",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"icon": "docs/img/icon.png",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/omltcat/dcs-lua-runner"},
|
||||
"engines": {
|
||||
"vscode": "^1.85.0"
|
||||
"vscode": "^1.70.0"
|
||||
},
|
||||
"categories": [
|
||||
"Programming Languages",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user