{"id":47532545,"url":"https://github.com/MTadder/YueRunner","last_synced_at":"2026-04-11T16:00:53.527Z","repository":{"id":252594539,"uuid":"840891613","full_name":"MTadder/YueRunner","owner":"MTadder","description":"🌙 provides Yuescript compilation support to VSCode.","archived":false,"fork":false,"pushed_at":"2025-10-26T07:07:42.000Z","size":228,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-09T10:31:44.133Z","etag":null,"topics":["vscode-extension","yuescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MTadder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-11T02:25:24.000Z","updated_at":"2026-01-10T15:14:33.000Z","dependencies_parsed_at":"2024-09-18T09:26:40.585Z","dependency_job_id":"2f7d57c8-58a6-471c-9799-5f7d91ac0167","html_url":"https://github.com/MTadder/YueRunner","commit_stats":{"total_commits":31,"total_committers":1,"mean_commits":31.0,"dds":0.0,"last_synced_commit":"bfc370c1a521d246bf7f5ea3c0d017eb5e312f53"},"previous_names":["mtadder/yuerunner"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/MTadder/YueRunner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MTadder%2FYueRunner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MTadder%2FYueRunner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MTadder%2FYueRunner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MTadder%2FYueRunner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MTadder","download_url":"https://codeload.github.com/MTadder/YueRunner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MTadder%2FYueRunner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31686141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vscode-extension","yuescript"],"created_at":"2026-03-28T00:01:05.695Z","updated_at":"2026-04-11T16:00:53.521Z","avatar_url":"https://github.com/MTadder.png","language":"TypeScript","funding_links":[],"categories":["Editor Tools"],"sub_categories":["VSCode"],"readme":"# YueRunner\n\n\u003ccenter\u003e\n\u003cimg src=\"logo.png\" width=64 height=64\u003e\n\n![GitHub last commit](https://img.shields.io/github/last-commit/MTadder/YueRunner?style=flat-square)\n![GitHub Tag](https://img.shields.io/github/v/tag/MTadder/YueRunner?style=flat-square)\n![GitHub Repo code size in bytes](https://img.shields.io/github/languages/code-size/MTadder/YueRunner?style=flat-square)\n![GitHub Repo size](https://img.shields.io/github/repo-size/MTadder/YueRunner?style=flat-square)\n![GitHub Repo stars](https://img.shields.io/github/stars/MTadder/YueRunner?style=flat-square)\n\n\u003c/center\u003e\n\n## Features\n\nProvides palette commands and a convenient status bar button for compiling and running Yuescript files.\n\n**New in v0.4.0:**\n- Fixed status bar button visibility issue - button now appears immediately when opening Yuescript files\n- Auto-save before compile/run (configurable)\n- Success notifications on compilation (optional)\n- Clear terminal before running commands (optional)\n- Improved configuration descriptions with helpful context\n\n### Commands\n\n\u003e Open your command palette with `CTRL` + `SHIFT` + `P`\n\n- `Run this Yuescript`\n- `Compile this Yuescript`\n- `Compile all Yuescripts (in this directory)`\n- `Compile all Yuescripts \u0026 Run LOVE2D (in this directory)`\n\n## Requirements\n\n- Install [`yuescript`](https://yuescript.org)\n\n- Ensure that `yue` is visible within your `PATH`.\n\n- If you want [`LÖVE2D`](https://love2d.org) support, [install it](https://github.com/love2d/love/releases/latest), and add it to your `PATH`.\n\n## Extension Settings\n\nThis extension contributes the following settings:\n\n### Compilation Options\n\n- `yuescriptrunner.targetLuaVersion` - Select the Lua version to target for compilation (5.1, 5.2, 5.3, or 5.4)\n- `yuescriptrunner.useMinification` - Enable code minification to reduce output size\n- `yuescriptrunner.useSpacesInstead` - Use spaces instead of tabs for indentation\n- `yuescriptrunner.reserveComments` - Preserve comments from source in compiled output\n- `yuescriptrunner.writeLineNumbers` - Include line number information for debugging\n- `yuescriptrunner.useImplicitReturn` - Automatically add return statement for last expression\n- `yuescriptrunner.matchLineNumbers` - Maintain same line numbers as source file\n\n### Debug and Output Options\n\n- `yuescriptrunner.dumpGlobals` - Output list of global variables with their locations\n- `yuescriptrunner.dumpToStdout` - Print compiled code to terminal instead of file\n- `yuescriptrunner.dumpCompileTime` - Display compilation time in terminal\n\n### UI and Behavior Options\n\n- `yuescriptrunner.defaultAction` - Choose the default action for the status bar button\n- `yuescriptrunner.iconOnly` - Show only icon on status bar button (saves space)\n- `yuescriptrunner.reFocusDocument` - Return focus to editor after running commands\n- `yuescriptrunner.autoSaveBeforeRun` - Automatically save file before compiling/running\n- `yuescriptrunner.showNotifications` - Show success notifications on compilation\n- `yuescriptrunner.clearTerminalBeforeRun` - Clear terminal before running commands\n\n### LÖVE2D Options\n\n- `yuescriptrunner.loveExecutable` - Choose LÖVE executable (love or lovec)\n\n## Known Issues\n\n\u003e Help out by reporting any issues to the [Github](https://github.com/MTadder/YueRunner)\n\n- If _you try to use `LÖVE2D` without it being installed_, an error will occur.\n\n---\n\n**Enjoy!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMTadder%2FYueRunner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMTadder%2FYueRunner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMTadder%2FYueRunner/lists"}