opencode.json in WindPress – Tailwind CSS integration for WordPress 3.2.86, at opencode.json
| 1 | { |
| 2 | "$schema": "https://opencode.ai/config.json", |
| 3 | "lsp": { |
| 4 | "php intelephense": { |
| 5 | "disabled": true |
| 6 | }, |
| 7 | "intelephense": { |
| 8 | "command": [ |
| 9 | "intelephense", |
| 10 | "--stdio" |
| 11 | ], |
| 12 | "extensions": [".php", ".phtml", ".inc"], |
| 13 | "initialization": { |
| 14 | "environment": { |
| 15 | "documentRoot": "../../" |
| 16 | }, |
| 17 | "stubs": [ |
| 18 | "apache", |
| 19 | "bcmath", |
| 20 | "bz2", |
| 21 | "calendar", |
| 22 | "com_dotnet", |
| 23 | "Core", |
| 24 | "ctype", |
| 25 | "curl", |
| 26 | "date", |
| 27 | "dba", |
| 28 | "dom", |
| 29 | "enchant", |
| 30 | "exif", |
| 31 | "FFI", |
| 32 | "fileinfo", |
| 33 | "filter", |
| 34 | "fpm", |
| 35 | "ftp", |
| 36 | "gd", |
| 37 | "gettext", |
| 38 | "gmp", |
| 39 | "hash", |
| 40 | "iconv", |
| 41 | "imap", |
| 42 | "intl", |
| 43 | "json", |
| 44 | "ldap", |
| 45 | "libxml", |
| 46 | "mbstring", |
| 47 | "meta", |
| 48 | "mysqli", |
| 49 | "oci8", |
| 50 | "odbc", |
| 51 | "openssl", |
| 52 | "pcntl", |
| 53 | "pcre", |
| 54 | "PDO", |
| 55 | "pdo_ibm", |
| 56 | "pdo_mysql", |
| 57 | "pdo_pgsql", |
| 58 | "pdo_sqlite", |
| 59 | "pgsql", |
| 60 | "Phar", |
| 61 | "posix", |
| 62 | "pspell", |
| 63 | "random", |
| 64 | "readline", |
| 65 | "Reflection", |
| 66 | "regex", |
| 67 | "session", |
| 68 | "shmop", |
| 69 | "SimpleXML", |
| 70 | "snmp", |
| 71 | "soap", |
| 72 | "sockets", |
| 73 | "sodium", |
| 74 | "SPL", |
| 75 | "sqlite3", |
| 76 | "standard", |
| 77 | "superglobals", |
| 78 | "sysvmsg", |
| 79 | "sysvsem", |
| 80 | "sysvshm", |
| 81 | "tidy", |
| 82 | "tokenizer", |
| 83 | "xml", |
| 84 | "xmlreader", |
| 85 | "xmlrpc", |
| 86 | "xmlwriter", |
| 87 | "xsl", |
| 88 | "Zend OPcache", |
| 89 | "zip", |
| 90 | "zlib", |
| 91 | "wordpress" |
| 92 | ] |
| 93 | } |
| 94 | } |
| 95 | }, |
| 96 | "mcp": { |
| 97 | "chrome-devtools": { |
| 98 | "type": "local", |
| 99 | "command": [ |
| 100 | "npx", |
| 101 | "-y", |
| 102 | "chrome-devtools-mcp@latest" |
| 103 | ], |
| 104 | "enabled": false |
| 105 | }, |
| 106 | "firefox-devtools": { |
| 107 | "type": "local", |
| 108 | "command": [ |
| 109 | "npx", |
| 110 | "-y", |
| 111 | "firefox-devtools-mcp@latest", |
| 112 | "--firefox-path", |
| 113 | "/Applications/Firefox Developer Edition.app/Contents/MacOS/firefox" |
| 114 | ], |
| 115 | "enabled": false |
| 116 | } |
| 117 | } |
| 118 | } |
| 119 |