Skip to content

Add support for the --wait cli option #2816

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pelletencate opened this issue Mar 4, 2021 · 1 comment
Closed

Add support for the --wait cli option #2816

pelletencate opened this issue Mar 4, 2021 · 1 comment
Labels
duplicate feature New user visible feature

Comments

@pelletencate
Copy link

pelletencate commented Mar 4, 2021

As a user I'd love to be able to use code-server -w as my $EDITOR in my integrated terminal
so I can open/edit files from within other scripts and tools that will wait for me to edit and close a file, such as various git commands, or rails credentials:edit that needs to encrypt after saving/closing, without having to resort to neovim on the temrinal.

$ code-server --wait path/to/file.txt

or

$ export EDITOR="code-server --wait"
$ git merge some/dirty/branch
@pelletencate pelletencate added the feature New user visible feature label Mar 4, 2021
@code-asher
Copy link
Member

Thank you for the feature request!

We have an issue for this here: #2110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate feature New user visible feature
Projects
None yet
Development

No branches or pull requests

2 participants