Managing Your Local Workspace
The IDE Extension manages both your script and user config files in a local workspace folder. Since scripts and user configs are actually NamedUserItems in the platform, and the script or config contents are stored in the NamedUserItem’s _userData property, the extension will save the _userData to a local file. You can then work on the content of the script or the user config locally. When you commit the script or user config back to the platform, the extension will update the _userData for the respective NamedUserItem.
You can select the folder where your local workspace will be saved.
By default your workspace will be set to your user’s homedir.
Select a Local Workspace Folder#
- From the extension menu in the top right corner of the panel select “…” > “Set Local Workspace”
- Using the dialog select the folder you would like to use