Skip to content

Commit 105a755

Browse files
committed
recommended settings
1 parent 53b3702 commit 105a755

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"/app": true,
66
},
77
"php.problems.excludeGitIgnore": true,
8-
"php.stubs": ["*", "zip", "zlib"],
8+
"php.stubs": [
9+
"memcached",
10+
"*"
11+
],
912
"php.problems.scope": "opened",
1013
"php.version": "8.1.8",
1114
"dotnet.defaultSolution": "wpdotnet-sdk.sln"

NuGet.Config

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<configuration>
33
<packageSources>
44
<!-- see https://feed.peachpie.io for authentication information -->
5-
<add key="feed.peachpie.io" value="https://feed.peachpie.io/v3/index.json" />
65
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
76
</packageSources>
87
</configuration>

0 commit comments

Comments
 (0)