feat: ajout du fichier de configuration pour les paramètres de Symfony dans VSCode

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2025-03-26 22:00:38 +01:00
parent 7c7b65128d
commit bf8ca79290

4
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"symfony-vscode.shellExecutable": "/bin/bash",
"symfony-vscode.shellCommand": "docker exec mangarr-php-1 /bin/sh -c 'cd / && php \"$@\"' -- "
}