View file File name : settings.all.json Content :{ "[javascript]": { "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[json]": { "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "editor.defaultFormatter": "esbenp.prettier-vscode" }, "eslint.validate": [ "javascript", "json" ], "editor.tabCompletion": "on", "diffEditor.codeLens": true, "search.exclude": { "**/.git": true, "**/node_modules": true, "**/bower_components": true, "**/tmp": true }, "phpcs.executablePath": ".tools/vendor/bin/phpcs.bat", "phpcs.standard": "WordPress", "phpcbf.enable": true, "phpcbf.executablePath": ".tools/vendor/bin/phpcbf.bat", "phpcbf.documentFormattingProvider": true, "phpcbf.onsave": false, "phpcbf.standard": "./phpcs.xml", "[php]": { "editor.defaultFormatter": "valeryanm.vscode-phpsab" }, "phpsab.snifferMode": "onSave", "phpsab.snifferShowSources": true, "phpsab.composerJsonPath": "./composer.json", "phpsab.debug": true, "phpsab.standard": "./phpcs.xml", "phpsab.executablePathCS": ".tools/vendor/bin/phpcs", "phpsab.executablePathCBF": ".tools/vendor/bin/phpcbf", "files.eol": "\n", "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", "random", "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" ] }