Skip to content
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

FIX .luarc.json not being found in certain workspace using zed #3100

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Aiko-Suzuki
Copy link

removed res:filename() since its already appended by getRealParent

when using in a workspace using Zed it would always add twice the folder at the end of the path causing the config file to not being found

`local real = getRealParent(path:parent_path()) / res:filename() ` to `local real = getRealParent(path:parent_path())` since `getRealParent` already add `res:filename()`
@sumneko
Copy link
Collaborator

sumneko commented Mar 12, 2025

This feature is currently working fine; the only flaw is that the name getRealParent is misleading; its actual function is getRealPath. I believe the issue you're encountering is caused by something else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants