Commit 91f8f9b
committed
TraceServer: Add resetting to stop command error
Refine the error message for the stop command, adding an indication of
being about to reset. This hints the user about any next start command
being hopeful, despite this apparently failed stop.
This helps the case where VS Code/Codium exits without a clean server
stop. Exiting so does automatically stop the said server, but the code
that properly resets the internal workspace state is likely not reached
by that exiting act.
Theia Blueprint for that matter does properly reach that reset code,
upon exiting and having to auto-stop the server. And the third use case,
pertaining to PR #1's openvscode-server use, does rely on this workspace
state to stop a server started before reopening the browser client tab.
Contributes to fixing #8.
Signed-off-by: Marco Miller <marco.miller@ericsson.com>1 parent 5855d1d commit 91f8f9b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments