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

Handle package.json scripts with colons in values for completions in bash #18302

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

svetch
Copy link

@svetch svetch commented Mar 19, 2025

What does this PR do?

This PR fixes an issue where completions did not work with package.json scripts that contain colons (:) in their script values. These scenarios often occur when complex scripts or nested tasks are defined, and this fix ensures that completions function correctly even in such cases.

  • Code changes

How did you verify your code works?

I tested the fix with various package.json scripts containing colons in their values to ensure that completions now work as expected.

Example script that now works successfully:
"build:extensions": "turbo run build:extensions"

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.

1 participant