Skip to content

Commit 55e9b98

Browse files
authored
fix: Change shebang to use env as the interpreter in noConfigScripts for
1 parent 76a3525 commit 55e9b98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • bundled/scripts/noConfigScripts
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/bash
1+
#! /usr/bin/env bash
22
# Bash script
33
export DEBUGPY_ADAPTER_ENDPOINTS=$VSCODE_DEBUGPY_ADAPTER_ENDPOINTS
44
python3 $BUNDLED_DEBUGPY_PATH --listen 0 --wait-for-client $@

0 commit comments

Comments
 (0)