{
"liveServer.settings.CustomBrowser": "chrome",
"workbench.iconTheme": "vscode-icons",
"workbench.startupEditor": "none",
"intelephense.stubs": [
"apache",
"bcmath",
"bz2",
"calendar",
"com_dotnet",
"Core",
"ctype",
"curl",
"date",
"dba",
"dom",
"enchant",
"exif",
"FFI",
"fileinfo",
"filter",
"fpm",
"ftp",
"gd",
"gettext",
"gmp",
"hash",
"iconv",
"imap",
"intl",
"json",
"ldap",
"libxml",
"mbstring",
"meta",
"mysqli",
"oci8",
"odbc",
"openssl",
"pcntl",
"pcre",
"PDO",
"pdo_ibm",
"pdo_mysql",
"pdo_pgsql",
"pdo_sqlite",
"pgsql",
"Phar",
"posix",
"pspell",
"readline",
"Reflection",
"session",
"shmop",
"SimpleXML",
"snmp",
"soap",
"sockets",
"sodium",
"SPL",
"sqlite3",
"standard",
"superglobals",
"sysvmsg",
"sysvsem",
"sysvshm",
"tidy",
"tokenizer",
"xml",
"xmlreader",
"xmlrpc",
"xmlwriter",
"xsl",
"Zend OPcache",
"zip",
"zlib",
"wordpress"
],
"php.debug.executablePath": "/opt/homebrew/opt/[email protected]/bin/php",
"php.cs-fixer.onsave": true,
"php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"editor.wordWrap": "on",
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.formatOnPaste": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.format.enable": false,
"editor.copyWithSyntaxHighlighting": false,
"editor.renderWhitespace": "all",
"editor.showFoldingControls": "always",
"editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?。、()<>",
"": {
"editor.tabSize": 4,
"editor.insertSpaces": true
},
"[php]": {
"editor.defaultFormatter": "junstyle.php-cs-fixer"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"php-cs-fixer.lastDownload": 1674173416324,
"window.zoomLevel": -1,
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true,
"launch": {
"version": "0.2.0",
"configurations": [{
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9003
}]
},
"liveServer.settings.useWebExt": true,
"liveServer.settings.useLocalIp": true,
"php.validate.executablePath": "/opt/homebrew/Cellar/[email protected]/8.1.14_1/bin/php",
"phpserver.phpPath": "/opt/homebrew/opt/[email protected]/bin/php",
}