chore: Update .vscode settings

This commit is contained in:
Jonas Pfalzgraf 2024-08-31 03:01:22 +02:00
parent 4d38c12185
commit aa50740dcb

View file

@ -13,6 +13,9 @@
}, },
"files.associations": { "files.associations": {
"*.embeddedhtml": "html" "*.embeddedhtml": "html"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
} }
} }
} }