Replies: 3 comments
-
I tried to set $EDITOR to only "code" and it worked! I will keep this issue open, but feel free to close it. |
Beta Was this translation helpful? Give feedback.
-
tldr: I think it works as expected right now, but the error handling should be improved here. So I’ll keep the issue open until that’s done. When you run What should happen instead is if the user specified In regards to |
Beta Was this translation helpful? Give feedback.
-
A note for reference: since v5.4, the editor variable can now contain quoted words and spaces. E.g. on Powershell, you can now do: $env:EDITOR="'C:\Program Files\Sublime Text\subl.exe' --watch" That would invoke the You can optionally also use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running a Windows 11 machine and I'm trying to get klog to open my files in vscode, but the files will just open in notepad. Klog doesn't "fail" to open the file, just not in the correct editor, and do not produce any output for me to debug.
Beta Was this translation helpful? Give feedback.
All reactions