Answers for "task.json Lua"

0

task.json Lua

{
  "version": "2.0.0",
  "tasks": [
    {
      "label": "Run Lua",
      "type": "shell",
      "command": "lua53",
      "args": [
        "${file}"
      ],
      "group": {
        "kind": "build",
        "isDefault": true
      }
    }
  ]
}
Posted by: Guest on June-01-2021

Browse Popular Code Answers by Language