We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Wait, I think I'm mistaking "callback" for the project key name. Maybe this isn't an issue.
Sorry, something went wrong.
No branches or pull requests
If you do this:
Only you last project shows up in the new window project list.
You can fix it by doing this:
but that's not ideal. seems like you should be able to reuse callbacks
The text was updated successfully, but these errors were encountered: