diff --git a/bundled/scripts/noConfigScripts/debugpy b/bundled/scripts/noConfigScripts/debugpy index def62ec5..25b32d73 100755 --- a/bundled/scripts/noConfigScripts/debugpy +++ b/bundled/scripts/noConfigScripts/debugpy @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Bash script export DEBUGPY_ADAPTER_ENDPOINTS=$VSCODE_DEBUGPY_ADAPTER_ENDPOINTS python3 $BUNDLED_DEBUGPY_PATH --listen 0 --wait-for-client $@