User's Preferences
Users can access their settings by clicking their avatar in the top-right corner and selecting Preferences
.
settings.json
The Settings
section in the preferences panel let the user input their references in the VSCode Settings JSON format.
INFO
Not all the VSCode settings are supported by the editor right now.
Right Side Panel
If you prefer to anchor the sidepanel to the right side of the viewport, edit the settings.json
content by adding the following content:
{
"workbenchSideBarLocation": "right"
}