added extension and fixed table header
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
2023-10-29 08:54:45 +01:00
parent 87401267e1
commit 727a7d3dfb
3 changed files with 12 additions and 7 deletions

View File

@@ -2,5 +2,7 @@
"html.format.indentInnerHtml": true,
"html.format.wrapLineLength": 0,
"intelephense.environment.documentRoot": "web/",
"terminal.integrated.splitCwd": "workspaceRoot"
"terminal.integrated.splitCwd": "workspaceRoot",
"phpserver.port": 8080,
"phpserver.relativePath": "web/."
}