HttpRepl icon indicating copy to clipboard operation
HttpRepl copied to clipboard

Support EDITOR and VISUAL environment variables where applicable

Open tlmii opened this issue 5 years ago • 0 comments

I digress slightly from the original issue but I would've expected setting environment variables $EDITOR/$VISUAL to work as is the case of a lot of CLI tools, e.g., https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration. If I didn't read the docs, the first thing I would have tried is $EDITOR="code -w" (which is already set in my bash profile) to just work.

Originally posted by @shirhatti in https://github.com/dotnet/HttpRepl/issues/466#issuecomment-754182369

tlmii avatar Jan 04 '21 21:01 tlmii