You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command value source is effectively gone, and the shell value source type has to renamed to command to replace the old one
In other words, the shell type is gone and the command field for the command type now takes a string instead of a string[]
Side effects can now only be shell commands (string literals)
This is to reduce the overall complexity of the tool. I don't thi
nk there's a strong use case for native commands, where you can't just use shell commands
New Features
Add cwd option to command value source type, to force the command to execute in a particular directory
Modifications to the PATH variable will be prepended to the existing value, rather than replacing it
This special behavior is based on the variable name, and only applies to PATH