Is it supposed to work on Mac #138
Unanswered
the-trumpeter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i just installed this, looks fun but am getting an error 'No runtime (/Users/Me/.vscode/extensions/actboy168.lua-debug-2.0.10-darwin-arm64/runtime/darwin-x64/5.3/lua) is found, you need to compile it yourself.' As shown:

When I press 'open launch.json', it opens the following file (/Users/Me/Documents/GitHub/SW2?/.vscode/launch.json) containing:
{ "version": "0.2.0", "configurations": [ { "name": "Run Lua", "type": "lua", "request": "launch", "program": "${file}" } ] }I just opened a brand new microcontroller file, as per instructions (tried all the listed methods) and have tried F5, F6 and F7 (on brand new file) all with the same result.
Is this a problem with my OS, is it a problem with the extension, is it a problem with VS Code, or is it a problem with the code itself? Please help!
OS:
Macbook Pro 2020 (Apple M1, 8GB GPU)
MacOS Sequoia 15.0.1
VS Code (from About panel):
Version: 1.95.3 (Universal)
Commit: f1a4fb101478ce6ec82fe9627c43efbf9e98c813
Date: 2024-11-13T14:50:04.152Z
Electron: 32.2.1
ElectronBuildId: 10427718
Chromium: 128.0.6613.186
Node.js: 20.18.0
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.0.0
Latest version of the extension, installed from the VS Code desktop app, on a Microcontroller file.
Any help appreciated!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions