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
# Check for the presence of the VSCode command line executable
if ! command -v code &>/dev/null; then
echo "VSCode executable ('code') could not be found on the command line - install this from within VSCode first (by opening the command palette and searching for \"Install 'code' command in path\")".