What's wrong with this entry?
The wildcard syntax for permission rules has changed from colon-asterisk to space-asterisk. For example:
- Old:
Bash(git:),Bash(npm run:) - New:
Bash(git ),Bash(npm run )
This affects settings files, autocomplete suggestions, onboarding examples, and documentation. The old : syntax continues to be recognized alongside the new syntax for backward compatibility.
Permission rule syntax change (search for "Bash(git )" and "Bash(npm )")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.