Skip to content

Settings Bugfix

Compare
Choose a tag to compare
@thatsIch thatsIch released this 28 Nov 14:15
· 375 commits to master since this release

Build against: 3126
Requires at least: 3000

If you installed Sublime Text for the first time and are using the Rainmeter package, the settings are initialized with the wrong brackets. Settings are supposed to look like

{
    "user_specific_setting": true,
}

but it looked like

[
    "user_specific_setting": true,
]

As you see in the markup this is not a valid JSON expression. This is a bug introduced by 65376db. If you are already using your own fixed version, you do not need to ugprade for the moment.