Skip to content

Commit 70d958d

Browse files
docs: change "workspaceRoot" to "workspaceFolder" (#375)
Co-authored-by: Felix Becker <felix.b@outlook.com>
1 parent c49e5c2 commit 70d958d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)