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

Diff too large because of package-lock.json #39

Open
FormalSnake opened this issue Dec 15, 2024 · 1 comment
Open

Diff too large because of package-lock.json #39

FormalSnake opened this issue Dec 15, 2024 · 1 comment

Comments

@FormalSnake
Copy link

Anytime i'm working on a node project (like nextJS), and I add a package, it just tells me error: No completion choice available
And it also happens when I make big changes

@jnsahaj
Copy link
Owner

jnsahaj commented Dec 17, 2024

This issue usually occurs when the diff is too large. This tool already respects .gitgnore because you can only operate on Git tracked files.

However the issue might be related to package-lock in this case.

I'll come up with a solution to ignore certain file patterns. Thanks

@jnsahaj jnsahaj changed the title Respect .gitignore Diff too large because of package-lock.json Dec 17, 2024
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

No branches or pull requests

2 participants