code.sh: debug with VSCODE_WSL_DEBUG_INFO

This commit is contained in:
Martin Aeschlimann 2020-06-03 21:51:00 +02:00
parent a582d66241
commit 29b5f87288

View file

@ -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@@"