From 053116a047d87dc7ece4ae15f5cda2ff6cc4ac8b Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Thu, 3 Apr 2025 17:10:09 -0700 Subject: [PATCH] fix: remove unnecessary whitespace in VSCode settings.json for cleaner configuration --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 440e17605..8bb0df453 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -81,7 +81,7 @@ "libvirt-php" ], "search.exclude": { - "emhttp/webGui/**/*": true, + "emhttp/webGui/**/*": true }, "php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar" }