Go to Preferences > Settings - User . AppData is hidden by default in Windows, displayed with explorer folder options.
Your problem is that you have an extra comma somewhere in this file. Remove the comma from the last setting in any list. Without seeing this file, I canβt say exactly where. Here are some examples:
{ setting1, setting2, last_setting,<-- remove }
Remove the comma from the last setting.
or
{ setting1, setting2: [ setting2_item1, setting2_last_item,<-- remove ] }
Remove the comma from setting2_last_item.
or
{ setting1: [ setting1_item ], setting2: [ setting2_item ],<-- remove }
Remove the comma after the settings list 2.
d_rail
source share