You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user tries to run a command like prusti-assistant.verify before the extension has been fully initialized, nothing happens and no error message is shown. This is confusing for the user.
We could improve the experience by registering early in activate() a dummy function for all the commands. The dummy function should just show a message that asks the user to wait for the full initialization of the extension.
The text was updated successfully, but these errors were encountered:
When a user tries to run a command like
prusti-assistant.verify
before the extension has been fully initialized, nothing happens and no error message is shown. This is confusing for the user.We could improve the experience by registering early in
activate()
a dummy function for all the commands. The dummy function should just show a message that asks the user to wait for the full initialization of the extension.The text was updated successfully, but these errors were encountered: