mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
This reverts commit 6bd0a17d3c.
This commit is contained in:
@@ -3,15 +3,6 @@
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
|
||||
# when run in remote terminal, use the remote cli
|
||||
if [ -n "$VSCODE_IPC_HOOK_CLI" ]; then
|
||||
REMOTE_CLI="$(which -a '@@APPNAME@@' | grep /remote-cli/)"
|
||||
if [ -n "$REMOTE_CLI" ]; then
|
||||
"$REMOTE_CLI" "$@"
|
||||
exit $?
|
||||
fi
|
||||
fi
|
||||
|
||||
function app_realpath() {
|
||||
SOURCE=$1
|
||||
while [ -h "$SOURCE" ]; do
|
||||
|
||||
Reference in New Issue
Block a user