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

Support comments in repomix.config.json #209

Closed
rockmandash opened this issue Dec 20, 2024 · 3 comments
Closed

Support comments in repomix.config.json #209

rockmandash opened this issue Dec 20, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@rockmandash
Copy link

When dealing with a large codebase, people need to rapidly select which file paths to ignore and which to include in order to achieve acceptable token counts. The ability to add comments to repomix.config.json is critical.

@yamadashy yamadashy added the enhancement New feature or request label Dec 29, 2024
@yamadashy
Copy link
Owner

Hi, @rockmandash !
Thank you for the suggestion.

While JSON comments can be controversial, many config files like eslintrc.json and tsconfig.json support them. @ivanionut have already enabled comment support through PR #214 which configures Biome to allow comments in JSON files.

This change will be included in the next release.

@yamadashy
Copy link
Owner

Thanks to @ivanionut 's contribution, this has been released in v0.2.7!

https://github.com/yamadashy/repomix/releases/tag/v0.2.7

Please try it out!

@rockmandash
Copy link
Author

i just tested and is working now!

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

No branches or pull requests

2 participants