1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Set Prettier as default formatter in VS Code for JSON and YAML (#154484)

This commit is contained in:
Felipe Santos
2025-10-24 11:33:54 -03:00
committed by GitHub
parent 2d84bd65fe
commit c38e02072e
4 changed files with 18 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ cd "$(dirname "$0")/.."
# Add default vscode settings if not existing
SETTINGS_FILE=./.vscode/settings.json
SETTINGS_TEMPLATE_FILE=./.vscode/settings.default.json
SETTINGS_TEMPLATE_FILE=./.vscode/settings.default.jsonc
if [ ! -f "$SETTINGS_FILE" ]; then
echo "Copy $SETTINGS_TEMPLATE_FILE to $SETTINGS_FILE."
cp "$SETTINGS_TEMPLATE_FILE" "$SETTINGS_FILE"