-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
If you do this:
Project '~/thing1' , 'callback'
Project '~/thing2' , 'callback'
Project '~/thing3' , 'calback'
Callback 'callback', [ 'CallbackFn' ]
Only you last project shows up in the new window project list.
You can fix it by doing this:
Project '~/thing1' , 'c1'
Project '~/thing2' , 'c2'
Project '~/thing3' , 'c3'
Callback 'c1', [ 'CallbackFn' ]
Callback 'c2', [ 'CallbackFn' ]
Callback 'c3', [ 'CallbackFn' ]
but that's not ideal. seems like you should be able to reuse callbacks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels