Update src/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh

Co-authored-by: Megan Rogge <merogge@microsoft.com>
This commit is contained in:
Daniel Imms 2023-01-11 06:28:53 -08:00 committed by GitHub
parent 36ba955a56
commit 04799e106e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,8 +41,6 @@ if [ "$VSCODE_INJECTION" == "1" ]; then
builtin unset VSCODE_INJECTION
fi
echo "after $PATH"
if [ -z "$VSCODE_SHELL_INTEGRATION" ]; then
builtin return
fi