From 105a75577c4b2d40dd7777eb361ac5ef178fbf10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20M=C3=AD=C5=A1ek?= Date: Thu, 22 Aug 2024 15:25:11 +0200 Subject: [PATCH] recommended settings --- .vscode/settings.json | 5 ++++- NuGet.Config | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3e98b038..adc107ef 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" diff --git a/NuGet.Config b/NuGet.Config index d092a079..c50cffb7 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -2,7 +2,6 @@ -