You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after installation of nit, run nit config -e after nit init, expecting to open an editor to open config but command just simply ends.
Steps to Reproduce
run npm i
run nit init and successfully create config file
run nit config -e
Expected Behavior
Expected: expecting to open an editor to open config
Actual: command simply ends
Logs
Environment
Version: v1.2.0-alpha.5
OS: macOS Monterey 12.3.1
Device: Macbook air M1
What I've tried
I looked at the doc (https://github.com/yyx990803/launch-editor#readme) and tried to use different settings like await launch(`${configFilepath}`, 'code') and rebuild, but still failed.
But I can manually edit the file inside my editor so the main functionality is not afftected.
The text was updated successfully, but these errors were encountered:
Description
after installation of nit, run
nit config -e
afternit init
, expecting to open an editor to open config but command just simply ends.Steps to Reproduce
npm i
nit init
and successfully create config filenit config -e
Expected Behavior
Logs
Environment
v1.2.0-alpha.5
What I've tried
I looked at the doc (https://github.com/yyx990803/launch-editor#readme) and tried to use different settings like
await launch(`${configFilepath}`, 'code')
and rebuild, but still failed.But I can manually edit the file inside my editor so the main functionality is not afftected.
The text was updated successfully, but these errors were encountered: