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
Save file, close tab, try anything. No way to make code-server --wait --merge command exit (bad)
Expected
3-way merge tab should pop up. There should be a "complete merge" button on bottom right, or failing that closing the merge tab should make code-server --wait --merge return successfully (exit 0).
Note simply editing a file with code-server --waitdoes work as expected. (code-server --wait command returns when tab is closed.)
Actual
There is no "complete merge" button. Closing the merge tab just closes the tab, and code-server --wait --merge continues running.
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
I did not test native VS Code
Does this bug reproduce in GitHub Codespaces?
I did not test GitHub Codespaces
Are you accessing code-server over a secure context?
I am using a secure context.
Notes
No response
The text was updated successfully, but these errors were encountered:
This is probably actually an upstream bug with VS Code. The code-server script inside the integrated terminal actually comes from VS Code itself (which is why --version does not mention code-server). I would recommend reproducing in Codespaces (there the script will be called code though, not code-server) then reporting at https://github.com/microsoft/vscode.
Now, if it does not reproduce in Codespaces, that could mean it is a code-server bug, but I am not sure how it could be.
Is there an existing issue for this?
OS/Web Information
code-server --version
:Steps to Reproduce
echo a > a; echo out > out
code-server --wait --merge a a a out
code-server --wait --merge
command exit (bad)Expected
3-way merge tab should pop up. There should be a "complete merge" button on bottom right, or failing that closing the merge tab should make
code-server --wait --merge
return successfully (exit 0).Note simply editing a file with
code-server --wait
does work as expected. (code-server --wait command returns when tab is closed.)Actual
There is no "complete merge" button. Closing the merge tab just closes the tab, and
code-server --wait --merge
continues running.Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
I did not test native VS Code
Does this bug reproduce in GitHub Codespaces?
I did not test GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
No response
The text was updated successfully, but these errors were encountered: