Custom Tasks launching fish script does not execute preexec --on-event handler #194323
Labels
confirmation-pending
info-needed
Issue requires more information from poster
tasks
Task system issues
Does this issue occur when all extensions are disabled?: Yes/No
Yes
Steps to Reproduce:
"label": "testfish",
"type": "shell",
"options": { "shell": {"executable": "fish"}, "env": {}},
"command": "/Users//Documents/projects/fish/test.fish"
},
echo end $argv $fish_pid $status (date +%H:%M:%S) >> ~/fishcmds.log
commandline
end
echo "fish says HELLO $TERM_PROGRAM"
echo 'pwd:'
pwd
functions --handlers
echo "done"
The weird thing is that the script, test.fish, calls the functions --handler function and it shows the preexec function but it is not getting executed.
The text was updated successfully, but these errors were encountered: