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

"Simultaneous commands are not currently supported..." alert stays on screen longer than needed #55

Open
bhoov opened this issue Oct 29, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@bhoov
Copy link
Collaborator

bhoov commented Oct 29, 2024

The notification on MacOS that "Simultaneous commands are not currently supported..." stays on screen even after waiting for the previous command to finish and a successful cell execution has begun

image

Possible solutions:

  1. Shorter window display time (simple, preferred)
  2. Auto detect successful completion of the current code OR execution of new cell
@bhoov bhoov added the enhancement New feature or request label Oct 29, 2024
@Splines
Copy link
Member

Splines commented Oct 30, 2024

Unfortunately, I think there's no way to control the display time of these notifications. At least, I haven't yet found respective APIs for it (the showWarningMessage() doesn't accept a time parameter or something similar). But maybe there's another solution, just have to find it...

@bhoov
Copy link
Collaborator Author

bhoov commented Oct 31, 2024

Thanks for looking into this. It is not urgent :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants