Closed
Description
If you are working in the terminal, the suggested way of using VS Code itself as your editor for commit messages and such is to set
export EDITOR="code --wait"
This does not work within code-server obviously. You can set EDITOR
to code-server
but it does not have a --wait
option, so git (or whatever) will not wait for you to close the window.
The --wait
option, together with one or more files, should make the code-server
binary only exit when these files are closed.