From 55e9b9896adac226fe63a2eb58208ad0e87fd8b2 Mon Sep 17 00:00:00 2001 From: Cui <69284622+Ardenet@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:06:45 +0800 Subject: [PATCH] fix: Change shebang to use env as the interpreter in noConfigScripts for --- bundled/scripts/noConfigScripts/debugpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@