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
In some cases, users will interact with both the VS Code extension commands and the Evidence CLI. This can result in unexpected behaviour in the extension.
An example is clicking the play button to start the dev server, then stopping it with Ctrl + C. In this case, the dev server will stop, but the VS Code status bar (play button) will not receive the information that the server has stopped, and will continue to show the "disconnect" icon.
This issue should cover the most frequent situations that are likely to occur.
In some cases, users will interact with both the VS Code extension commands and the Evidence CLI. This can result in unexpected behaviour in the extension.
An example is clicking the play button to start the dev server, then stopping it with
Ctrl + C. In this case, the dev server will stop, but the VS Code status bar (play button) will not receive the information that the server has stopped, and will continue to show the "disconnect" icon.This issue should cover the most frequent situations that are likely to occur.