From 75b96f4f27bf37ae5bc73c96fe12cd6806a3a1df Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 27 Oct 2023 10:58:20 +0200 Subject: [PATCH] fixed path thing? --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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