fix: remove unnecessary whitespace in VSCode settings.json for cleaner configuration

This commit is contained in:
Zack Spear
2025-04-03 17:10:09 -07:00
parent 61dca4cd84
commit 053116a047

View File

@@ -81,7 +81,7 @@
"libvirt-php"
],
"search.exclude": {
"emhttp/webGui/**/*": true,
"emhttp/webGui/**/*": true
},
"php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar"
}