Skip to content

Commit 62d24d8

Browse files
Update documentation on path configuration
1 parent 594f219 commit 62d24d8

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
@@ -34,10 +34,10 @@
3434
If you have changed your projects directory structure you have the option to override this within your user **settings.json** file. Just include the **${workspaceFolder}** variable at the beginning of your definition so the project's path you currently have open within the workspace will be dynamically resolved.
3535

3636
```javascript
37-
"ee.userPath" : "${workspaceFolder}/system/user"
37+
"ee.userPath" : "${workspaceFolder}/renamed-system-folder/user"
3838
```
3939

40-
The above example would resolve to something like: `/Users/your-name/sites/my-site/system/user`
40+
The above example would resolve to something like: `/Users/your-name/sites/my-site/renamed-system-folder/user`
4141

4242
📘 **Note:** Only one workspace is supported at this time. In order to run commands properly, you will need to open additional sites within separate windows.
4343

0 commit comments

Comments
 (0)