Skip to content
New issue

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

The plugin APIs should block until their action is performed, similar to our CLI #2558

Open
imsnif opened this issue Jun 18, 2023 · 0 comments
Labels
help wanted Extra attention is needed plugin system Enhancement or fixes related to plugin system

Comments

@imsnif
Copy link
Member

imsnif commented Jun 18, 2023

The various plugin API commands (eg. new_tab, new_terminal_pane) etc. do not block at the moment. Instead they "send and forget" and do not even indicate when the operation was not successful.

This is not desirable.

We should block similarly to how we do with the cli commands and keybindings.

@imsnif imsnif added help wanted Extra attention is needed plugin system Enhancement or fixes related to plugin system labels Jun 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed plugin system Enhancement or fixes related to plugin system
Projects
None yet
Development

No branches or pull requests

1 participant