mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
code.sh: debug with VSCODE_WSL_DEBUG_INFO
This commit is contained in:
@@ -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@@"
|
||||
|
||||
Reference in New Issue
Block a user