Closed gfargo closed 3 weeks ago
Currently, it appears there's an issue when trying to use code
as the editor.
Mentioned the behavior in https://github.com/SBoudrias/Inquirer.js/issues/1155. Will continue to investigate a solution or workaround for being able to edit contents within code
instead of a terminal editor.
Fix is outlined in this comment
export EDITOR='code -w'
From the docs, when using the
editor
prompt from @inquirer package:This is complete when:
... could also take a look at using the
postfix
option inside of oureditor
calls:Resources: