79455285

Date: 2025-02-20 17:05:49
Score: 1
Natty:
Report link

I had to use a variation of suggestions I'd found elsewhere to get this to work in VSCode. In my .zprofile I had to fence my long-running function with:

if [[ "$VSCODE_PID" = "" ]]; then
    DO THE THING...
fi
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: sosukeinu