Skip to content

Commit

Permalink
recommended settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed Aug 22, 2024
1 parent 53b3702 commit 105a755
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"/app": true,
},
"php.problems.excludeGitIgnore": true,
"php.stubs": ["*", "zip", "zlib"],
"php.stubs": [
"memcached",
"*"
],
"php.problems.scope": "opened",
"php.version": "8.1.8",
"dotnet.defaultSolution": "wpdotnet-sdk.sln"
Expand Down
1 change: 0 additions & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<configuration>
<packageSources>
<!-- see https://feed.peachpie.io for authentication information -->
<add key="feed.peachpie.io" value="https://feed.peachpie.io/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 105a755

Please sign in to comment.