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.
When a user tries to run a command like
prusti-assistant.verifybefore 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.