Girish Vishveshvara Bhat

Results 2 comments of Girish Vishveshvara Bhat

Nope, I am not aware I stopped using Code Runner a long time ago.

I have custom bash alias something like `run() { if [ "$1" = "-n" ]; then nodemon_mode=true shift else nodemon_mode=false fi file="$1" if [ -z "$file" ]; then echo "Usage:...