From 9bb6b401918ac9fb90712f4eae4ebbbdea89482f Mon Sep 17 00:00:00 2001 From: Pascal Martineau Date: Thu, 26 Mar 2026 13:01:43 -0400 Subject: [PATCH] fix: Default phpsab standard as WebsimpleWP --- wp-content/themes/headless/.vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/headless/.vscode/settings.json b/wp-content/themes/headless/.vscode/settings.json index 6c05a56..6e9e567 100644 --- a/wp-content/themes/headless/.vscode/settings.json +++ b/wp-content/themes/headless/.vscode/settings.json @@ -31,5 +31,6 @@ "editor.quickSuggestions": { "strings": "on" }, - "eslint.enable": false + "eslint.enable": false, + "phpsab.standard": "WebsimpleWP" }