diff --git a/resources/win32/bin/code.sh b/resources/win32/bin/code.sh index a6f210282d05fe217bf957746ab64d39e380fc7d..c751647f2ec7714541f60996476fdc499afa290c 100644 --- a/resources/win32/bin/code.sh +++ b/resources/win32/bin/code.sh @@ -2,6 +2,10 @@ # # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. +if [ "$VSCODE_WSL_DEBUG_INFO" = true ]; then + set -x +fi + COMMIT="@@COMMIT@@" APP_NAME="@@APPNAME@@" QUALITY="@@QUALITY@@"