Skip to content

Add new YmmeLua extension - #7447

Open
tacc-tacc wants to merge 1 commit into
zed-industries:mainfrom
tacc-tacc:main
Open

Add new YmmeLua extension#7447
tacc-tacc wants to merge 1 commit into
zed-industries:mainfrom
tacc-tacc:main

Conversation

@tacc-tacc

@tacc-tacc tacc-tacc commented Sep 1, 2026

Copy link
Copy Markdown

Hello. I'd like to be considered this extension to be added. The mentioned is a fork of current EmmyLua extension with two features that extension lacks:

  • Autospawn of interpreter: If you read the documentation of EmmyLua DAP, you will see that it is required to add bootstrap code (stuff like dbg.tcpListen()) at the beggining of the scripts. This "stains" all the tested scripts and it is needed then to clean up before uploading to a repo or everywhere it is needed. Besides, I'm too lazy to open the console, call lua (script).lua and then call the debugger from the IDE. Why not to do these two steps at once?
  • Autodownload EmmyLuaDebugger: The core module of the debugger has to be manually downloaded and included (require("emmy_core")), and therefore you need to have this repo inside your CWD or link the folder from the same script your are running, which is also a stain that you have to clean before publishing the script somewhere else.

I thought this module should replace the current EmmyLua, however looking at the EmmyLua DAP module it is all like that's the whole objective of that DAP: to be called from some process that is already running instead of calling itself.

Thanks for reviewing my contribution and I hope somehow will be useful for the community.

@cla-bot

cla-bot Bot commented Sep 1, 2026

Copy link
Copy Markdown

We require contributors to sign our Contributor License Agreement, and we don't have @tacc-tacc on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@tacc-tacc

Copy link
Copy Markdown
Author

@cla-bot check

@cla-bot

cla-bot Bot commented Sep 1, 2026

Copy link
Copy Markdown

We require contributors to sign our Contributor License Agreement, and we don't have @tacc-tacc on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@cla-bot

cla-bot Bot commented Sep 1, 2026

Copy link
Copy Markdown

The cla-bot has been summoned, and re-checked this pull request!

@tacc-tacc

Copy link
Copy Markdown
Author

@cla-bot check

@cla-bot cla-bot Bot added the cla-signed label Sep 1, 2026
@cla-bot

cla-bot Bot commented Sep 1, 2026

Copy link
Copy Markdown

The cla-bot has been summoned, and re-checked this pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant