Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 5b7610d

Browse files
committed
Update .vscode/launch.json to point serverSourceRoot to /projects/wplib.box/www instead of prior /var/www`.
1 parent 1eb9c74 commit 5b7610d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"request": "launch",
88
"port": 9000,
99
"localSourceRoot": "${workspaceRoot}/www",
10-
"serverSourceRoot": "/var/www"
10+
"serverSourceRoot": "/projects/wplib.box/www"
1111
},
1212
{
1313
"name": "Launch currently open script",

0 commit comments

Comments
 (0)