We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49e5c2 commit 70d958dCopy full SHA for 70d958d
1 file changed
README.md
@@ -101,8 +101,8 @@ To make VS Code map the files on the server to the right files on your local mac
101
```json
102
// server -> local
103
"pathMappings": {
104
- "/var/www/html": "${workspaceRoot}/www",
105
- "/app": "${workspaceRoot}/app"
+ "/var/www/html": "${workspaceFolder}/www",
+ "/app": "${workspaceFolder}/app"
106
}
107
```
108
0 commit comments