diff --git a/.vscode/settings.json b/.vscode/settings.json index b1e5775..a6a3d5e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,6 @@ { "html.format.indentInnerHtml": true, - "html.format.wrapLineLength": 0 + "html.format.wrapLineLength": 0, + "intelephense.environment.documentRoot": "web/", + "terminal.integrated.splitCwd": "workspaceRoot" } \ No newline at end of file