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
OK, I can't quite figure this out, I went to the coc-settings.json and triggered command completion as suggested, but i don't see a way to pass the -x parameter so things like:
source $SCRIPT_DIR/include.sh
do not generate a SC1091 error. With shellcheck 0.8, it will strip out the variable and just ry ./include.sh but -x needs to specified to turn on source searching.
The text was updated successfully, but these errors were encountered:
OK, I can't quite figure this out, I went to the coc-settings.json and triggered command completion as suggested, but i don't see a way to pass the -x parameter so things like:
source $SCRIPT_DIR/include.sh
do not generate a SC1091 error. With shellcheck 0.8, it will strip out the variable and just ry ./include.sh but -x needs to specified to turn on source searching.
The text was updated successfully, but these errors were encountered: