Add VS Code workspace settings and extension recommendations

This commit is contained in:
root
2026-06-14 15:24:05 +02:00
parent 0968b78f0e
commit cf83990815
+8
View File
@@ -0,0 +1,8 @@
{
"recommendations": [
"bmewburn.vscode-intelephense-client",
"ecmel.vscode-html-css",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}