From 57a9b895a388313eddc594e59bb27936f837ad71 Mon Sep 17 00:00:00 2001 From: dustin-jw Date: Tue, 31 Oct 2023 11:27:32 -0600 Subject: [PATCH] docs: update outdated config example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc3f97b..beaacef 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ After installing the Dev Containers extension, you can manually create the conta }, "customizations": { "vscode": { - "extensions": ["shevaua.phpcs", "whatwedo.twig", "cerzat43.twigcs"] + "extensions": ["ValeryanM.vscode-phpsab", "whatwedo.twig", "cerzat43.twigcs"] } }