diff --git a/.vscode/launch.json b/.vscode/launch.json index b9488f7..9e9388f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,7 +7,7 @@ "request": "launch", "port": 9000, "localSourceRoot": "${workspaceRoot}/www", - "serverSourceRoot": "/projects/wplib.box/www" + "serverSourceRoot": "/var/www" }, { "name": "Launch currently open script", @@ -18,4 +18,4 @@ "port": 9000 } ] -} \ No newline at end of file +}