I am still able to launch files with the code
command, but if I try using sudo
along with it I get sudo: code: command not found
. It worked fine in the past, not sure how long it's been broken for me. It was nice being able to edit .rc files in code instead of nano, but I need root privileges to save those files.
I have tried uninstalling/reinstalling the WSL extensions in VSC, adding export PATH="/usr/share/code/bin:$PATH"
in my .zshrc
, and adding new aliases per this guide.