Skip to content

Commit 70d958d

Browse files
docs: change "workspaceRoot" to "workspaceFolder" (#375)
Co-authored-by: Felix Becker <[email protected]>
1 parent c49e5c2 commit 70d958d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ To make VS Code map the files on the server to the right files on your local mac
101101
```json
102102
// server -> local
103103
"pathMappings": {
104-
"/var/www/html": "${workspaceRoot}/www",
105-
"/app": "${workspaceRoot}/app"
104+
"/var/www/html": "${workspaceFolder}/www",
105+
"/app": "${workspaceFolder}/app"
106106
}
107107
```
108108

0 commit comments

Comments
 (0)