Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Manage inputs from both VS Code commands and CLI #87

Open
hughess opened this issue Jun 12, 2023 · 1 comment
Open

Manage inputs from both VS Code commands and CLI #87

hughess opened this issue Jun 12, 2023 · 1 comment
Labels
review Requires additional testing and review

Comments

@hughess
Copy link
Member

hughess commented Jun 12, 2023

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.

@hughess hughess added the review Requires additional testing and review label Jun 12, 2023
@hughess
Copy link
Member Author

hughess commented Jun 13, 2023

I think this becomes less likely once we have keyboard shortcuts for starting/stopping the server

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
review Requires additional testing and review
Projects
None yet
Development

No branches or pull requests

1 participant