From 089818df00746ef5de005b25567f030c8e0318e6 Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Sat, 13 Jan 2024 16:14:52 +0000 Subject: [PATCH] Remove vscode-phpfmt --- configs/vscode/settings.json | 2 -- scripts/vscode.sh | 1 - 2 files changed, 3 deletions(-) diff --git a/configs/vscode/settings.json b/configs/vscode/settings.json index 6768c9c..1915634 100644 --- a/configs/vscode/settings.json +++ b/configs/vscode/settings.json @@ -49,8 +49,6 @@ // GitHub Pull Requests extension "githubPullRequests.commentExpandState": "collapseAll", "githubPullRequests.pullBranch": "never", - // phpfmt extension - "phpfmt.indent_with_space": 2, // Home Assistant extension "vscode-home-assistant.ignoreCertificates": true, // GitLens extension diff --git a/scripts/vscode.sh b/scripts/vscode.sh index 940b76c..f51a397 100755 --- a/scripts/vscode.sh +++ b/scripts/vscode.sh @@ -49,5 +49,4 @@ code --install-extension dbaeumer.vscode-eslint code --install-extension esbenp.prettier-vscode code --install-extension stylelint.vscode-stylelint code --install-extension HTMLHint.vscode-htmlhint -code --install-extension kokororin.vscode-phpfmt code --install-extension timonwong.shellcheck