This commit is contained in:
Luk
2026-01-18 22:45:46 +08:00
parent ce814d7706
commit 032fed7913
10 changed files with 35 additions and 15 deletions

3
ssh.sh
View File

@@ -11,8 +11,11 @@ fi
# Path to the settings.json file
SETTINGS_FILE="$HOME/Library/Application Support/Code/User/settings.json"
if [[ ! -f "$SETTINGS_FILE" ]]; then
SETTINGS_FILE="$HOME/product_产品/.vscode/settings.json"
if [[ ! -f "$SETTINGS_FILE" ]]; then
echo "settings.json file not found!"
exit 1
fi
fi
# 自定义的列表但是测试有问题只有第一行被select添加了序号