You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,10 @@
34
34
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.
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`
41
41
42
42
📘**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.
0 commit comments