About 680,000 results
Open links in new tab
  1. How to run Lua script from within VS Code - Stack Overflow

    Feb 12, 2020 · I suggest you to read the VSCode in order to learn how to create it properly. NOTE: in the command property, where you read "lua54", you must write the name of the lua …

  2. How to Debug Lua in Visual Studio Code - Stack Overflow

    The extension to Visual Studio Code named "Lua Debug" and "extensionPath" by actboy168 (Thank you!) need to be installed beforehand. It is also handy to have lua installed with the …

  3. How to get LUA to work in VSCode so it runs to the output window?

    Jun 24, 2019 · How to get LUA to work in VSCode so it runs to the output window? Asked 6 years, 4 months ago Modified 1 year, 3 months ago Viewed 17k times

  4. scripting - Visual Studio Code + Lua - Stack Overflow

    Oct 11, 2016 · Three years later and we have vscode-lua. From what I gather it has some kind of Intellisense and could possibly pe configured to find paths to the needed libraries, version …

  5. How to debug Lua Love2D with VSCode? - Stack Overflow

    Nov 29, 2020 · 7 I'm looking for suggestions on how to debug Lua Code in Visual Studio Code. I'm using Love2D, so I understand that I will somehow need to embed my debugging code, …

  6. lua - undefined global lov2d not working in vs code - Stack Overflow

    Jun 8, 2024 · so i downloaded love2d and its in program files and added it to the environment variables and opened vs code and downloaded the extension of love2d support and i did …

  7. How to debug Lua 5.4 on VScode? - Stack Overflow

    Jun 24, 2023 · 0 Initially I've been using VScode with plugin satoren.lrdb which worked relatively well, but when debugging it only supported lua 5.3 and when I've executed the same script …

  8. How to add Lua libraries into a project and use "require" in Visual ...

    Aug 4, 2021 · I am quite new to Lua and couldn't information as to how to add Lua libraries into a project and use "require" in Visual Studio Code

  9. lua - What is the problem with my Love2D Support ... - Stack …

    Jul 4, 2020 · The command to run Lua directly from VS Code using the LOVE2D extension is alt + L and Not ctrl + L which selects the full line. If the problem proceeds, make sure that LOVE is …

  10. How can I create a window program using Lua in Visual Studio Code

    Aug 18, 2022 · I would like to know what functions/parameters I would need to create a program that would open a window using the Lua language in Visual Studio, for things such as making …