Projects trouble

Hi All,

Jeez I hate being a dummy! I'm trying to set up N-R with the projects option. I added the lines to my settings.js file:

editorTheme: {
       projects: {
           enabled: true
       }
   },

Stopped N-R (it restarted right after the stop command, because it's in systemctl?). On restart, it shows the following [warn] Projects disabled : editorTheme.projects.enabled=false.

Russ

Search you settings file for editorTheme - you'll find there is already one in there towards the bottom of the file and it takes precedence as it appears later.

Found it, thanks! Toggled to true and working.

Russ

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.