Closed Gert-dev closed 6 years ago
A few teething bugs in the new shared-settings
package.
The alwaysOpen
was fixed in 0.0.51. I renamed all settings to their kebab-case variants. That was one I missed.
Fixed in shared-settings@0.0.5
One of the items passed to atom.workspace.observePaneItems
has a 'getURI' method, but returns undefined. All I can do is check if a string is returned.
Encountering this one after the update to 0.0.51:
I was also encountering a problem related to an unknown setting
alwaysOpen
in 0.0.50, but I see you've modified code related to that in 0.0.51, so it's probably fixed (if it isn't, I'll let you know).