diff --git a/bundled/scripts/noConfigScripts/debugpy.sh b/bundled/scripts/noConfigScripts/debugpy.sh new file mode 100755 index 00000000..a6ebbff2 --- /dev/null +++ b/bundled/scripts/noConfigScripts/debugpy.sh @@ -0,0 +1,4 @@ +#! /bin/bash +# Bash script - a copy of `debugpy` for cases where the user has a conflicting `debugpy` in their `PATH`. +export DEBUGPY_ADAPTER_ENDPOINTS=$VSCODE_DEBUGPY_ADAPTER_ENDPOINTS +python3 $BUNDLED_DEBUGPY_PATH --listen 0 --wait-for-client $@