summaryrefslogtreecommitdiff
path: root/osx.sh
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2019-05-29 18:36:47 +0800
committersumneko <sumneko@hotmail.com>2019-05-29 18:36:47 +0800
commit35dea6e862b9c27af8b919eaa0c9559fb496f8cc (patch)
tree44a9e01d3fe2e51529b33f05fedf945436e2c28a /osx.sh
parentff2653233f401836e9b7f2eb6b07739e1c44e5b6 (diff)
downloadlua-language-server-35dea6e862b9c27af8b919eaa0c9559fb496f8cc.zip
测试
Diffstat (limited to 'osx.sh')
-rwxr-xr-xosx.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/osx.sh b/osx.sh
index 5ef03363..b8f1c61c 100755
--- a/osx.sh
+++ b/osx.sh
@@ -5,6 +5,7 @@ set -e
MY_DIR=$(cd "$(dirname $0)";pwd)
INSTALL_PATH=`find ~/.vscode/extensions -name "sumneko.lua-*" | sort -r | head -1`
if [ -d "$INSTALL_PATH" ]; then
+ echo "found install path"
else
echo "please install sumneko Lua in VScode Marketplace first."
fi