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

Allow debugging custom rules #1173

Open
anderseknert opened this issue Oct 4, 2024 · 0 comments
Open

Allow debugging custom rules #1173

anderseknert opened this issue Oct 4, 2024 · 0 comments

Comments

@anderseknert
Copy link
Member

Being able to use the Debug code lens on custom rules would do a lot for the overall authoring experience. In theory, we'll only need to pass the parsed Regal bundle to the debugger for that to work, but a quick test shows some issues around bundle roots. This as the Regal bundle owns the "regal" root, and the workspace by default is also loaded as a bundle, and one that normally doesn't have a manifest pointing out any roots. Meaning it'll own all of them, leading to a conflict with the regal root.

Need to think more about how to best solve this. Suggestions welcome!

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

No branches or pull requests

1 participant