-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
featureNew user visible featureNew user visible feature
Milestone
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.
code-asher, nhooyr, DylanPiercey, ledakis, noverby and 10 more
Metadata
Metadata
Assignees
Labels
featureNew user visible featureNew user visible feature