Private
Public Access
1
0
This commit is contained in:
2025-12-12 13:59:42 +08:00
parent edd8ce3245
commit 9fee340a85
3 changed files with 28 additions and 28 deletions

View File

@@ -163,7 +163,7 @@ create_settings() {
# Write config.json for VSCode Claude extension
local config_json_path="$CLAUDE_CONFIG_DIR/config.json"
cat <<EOF > "$config_json_path"
cat <<EOF >"$config_json_path"
{
"primaryApiKey": "xcodecli"
}