-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local dcs-bios compile #257
Local dcs-bios compile #257
Conversation
Runs on locally installed lua interpreter.
Are you able to add the runner for this to the vscode workspace configuration? Specifically adding it to launch.json would be really nice. Then we can run it with one click directly from vs code with no environment configuration required. |
I could try. I was thinking of using DCS lua.exe too. |
It's weird, but I'd like to keep the repo as separate from dcs as possible. That way we can run all these things in CI pipelines via github actions. |
So you would have a local lua installation then. |
Moved relevant files to test/compile
Got it working. Wow, VS Code is more powerful than I thought. |
@charliefoxtwo are we good on this one? |
OLD: Runs on locally installed lua interpreter.
Possible to generate all JSON without DCS. Complete syntax check on the generation process.
Please comment.
NEW:
Added task in VS Code so that it can be executed via
Run and Debug
.Requires local lua 5.1.5 installation.
Information on how to install that is found in Developer Guide.