localIdeSettings

Set the localIdeSettings boolean to true when multiple users are working on files in the same workspace on a PJS server instance. When localIdeSettings is true, then IDE settings are stored in each user’s browser’s localStorage, allowing each user to have different settings for: currently open files, active tab, active left panel tab.

The default behavior is “false”, workspace IDE settings are saved inside of the .noderun/ide_settings.json file in each workspace, not in the user’s browser.

When localIdeSettings is true and when the user does not have any IDE settings in their browser's localStorage, then the IDE settings in the .noderun/ide_settings.json file are used initially--until the user saves any file, and then they get their own local IDE settings.

 

Example:

localIdeSettings: true


Click here for information on how to modify this setting.