Skip to content

Commit 9c26258

Browse files
committed
Fix IDE issues & ignore config on releases
1 parent 7c0b485 commit 9c26258

2 files changed

Lines changed: 85 additions & 0 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ phpstan.neon.dist export-ignore
1313
phpunit.xml.dist export-ignore
1414
README.md export-ignore
1515
.wordpress-org/* export-ignore
16+
.vscode/* export-ignore

.vscode/settings.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"intelephense.stubs": [
3+
"apache",
4+
"bcmath",
5+
"bz2",
6+
"calendar",
7+
"com_dotnet",
8+
"Core",
9+
"ctype",
10+
"curl",
11+
"date",
12+
"dba",
13+
"dom",
14+
"enchant",
15+
"exif",
16+
"FFI",
17+
"fileinfo",
18+
"filter",
19+
"fpm",
20+
"ftp",
21+
"gd",
22+
"gettext",
23+
"gmp",
24+
"hash",
25+
"iconv",
26+
"imap",
27+
"intl",
28+
"json",
29+
"ldap",
30+
"libxml",
31+
"mbstring",
32+
"meta",
33+
"mysqli",
34+
"oci8",
35+
"odbc",
36+
"openssl",
37+
"pcntl",
38+
"pcre",
39+
"PDO",
40+
"pdo_ibm",
41+
"pdo_mysql",
42+
"pdo_pgsql",
43+
"pdo_sqlite",
44+
"pgsql",
45+
"Phar",
46+
"posix",
47+
"pspell",
48+
"readline",
49+
"Reflection",
50+
"session",
51+
"shmop",
52+
"SimpleXML",
53+
"snmp",
54+
"soap",
55+
"sockets",
56+
"sodium",
57+
"SPL",
58+
"sqlite3",
59+
"standard",
60+
"superglobals",
61+
"sysvmsg",
62+
"sysvsem",
63+
"sysvshm",
64+
"tidy",
65+
"tokenizer",
66+
"xml",
67+
"xmlreader",
68+
"xmlrpc",
69+
"xmlwriter",
70+
"xsl",
71+
"Zend OPcache",
72+
"zip",
73+
"zlib",
74+
"wordpress",
75+
"wordpress-globals",
76+
"wp-cli",
77+
"genesis",
78+
"polylang"
79+
],
80+
"intelephense.environment.includePaths": [
81+
"./vendor/yoast/wp-test-utils",
82+
"./vendor/php-stubs/wordpress-stubs"
83+
]
84+
}

0 commit comments

Comments
 (0)