This repository was archived by the owner on Jun 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
breaking changes in v1.0.0 but no documentation #137
Labels
Comments
v1.0.0 still supports cson. Can you share your configuration? |
here is my configuration [
{
type: 'button'
tooltip: 'New File'
callback: 'tree-view:add-file'
icon: 'file-code-o'
iconset: 'fa'
},
{
type: 'button'
tooltip: 'New Folder'
callback: 'tree-view:add-folder'
icon: 'folder'
iconset: 'fa'
},
{
type: 'button'
tooltip: 'Add Project Folder'
callback: 'application:add-project-folder'
icon: 'folder-open'
iconset: 'fa'
},
{
type: 'spacer'
},
{
type: 'button'
icon: 'refresh'
callback: 'sync-settings:backup'
tooltip: 'Backup settings'
iconset: 'fa'
},
{
type: 'button'
icon: 'cloud-download'
callback: 'sync-settings:restore'
tooltip: 'Restore settings'
iconset: 'fa'
},
{
type: 'spacer'
},
{
type: 'button'
icon: 'bars'
callback: 'flex-tool-bar:edit-config-file'
tooltip: 'Edit Tool Bar'
iconset: 'fa'
},
{
type: 'button'
icon: 'cog'
callback: 'settings-view:open'
tooltip: 'Open Atom Settings'
iconset: 'fa'
},
{
type: 'spacer'
}
]
|
i get this error the second i update to 1.0.0 using that config Stack TraceFailed to activate the tool-bar package
Non-Core Packages
|
I think this is fixed in v1.1.0 It looks like that is a bug from converting our code to js from coffeescript Out of curiosity are you using Atom in dev mode? I'm trying to figure out why snapshotResult wouldn't be defined by Atom. |
i never used atom in dev mode, i dont know what could have caused that |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
the update to flex-tool-bar v1.0.0 seems to remove cson support in favor of js files. However, this breaks any current config depending on a .cson file and there does not seem to be any documentation or examples of how to make a .json or a .js file that works.
converting my existing .cson file to .js and exporting the existing array with module.exports does not seem to work.
Atom : 1.24.0
Electron: 1.8.2
Chrome : 59.0.3071.115
Node : 8.2.1
tool-bar: 1.1.6
flex-tool-bar: 1.0.0
The text was updated successfully, but these errors were encountered: