Replies: 2 comments 4 replies
-
|
I've got it opening in the correct editor now. I'm unsure how code showed up now when selecting a way to edit my code. It just sorta worked after retrying 20 minutes later. Still having the issue with axios though. |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Kit searches for installed editors using PATH="/usr/bin:/usr/local/bin" which codeI'll try to think if there's a more reliable way. I'm not sure how this would have failed. Worst case scenario is you manually open:
and add: KIT_EDITOR=code |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is the error I'm receiving every time I try to run the dad joke script.
It seems like when I try to get access to an external dependency, I get an error.
I've tried deleting my .kenv and my .kit and reinstalling from scratch and no luck.
I've also had issues trying to open it in an editor. I would get a quick error, too fast to see, then kit would close. After deleting everything and reinstalling, I don't have an option to open in VSCode, only Vim and Nano.
Beta Was this translation helpful? Give feedback.
All reactions