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
I wanted to use VSCode as my external editor for jrnl. I did search online and the documentation. It lists how to set up VSCode as an external editor for MacOS and Linux but not for Windows. It would be really great if the step by step instructions for doing the same were added. Thank you :-)
Other Information
No.
The text was updated successfully, but these errors were encountered:
Thanks for this issue! I've just got a pull request in to fix it, but in the meantime, the instructions are basically the same -- you need to add the --wait argument to your VS Code call, like so if it's in your PATH variable:
editor: 'code.exe --wait'
Or if it's not in your PATH, you'll need to refer to the whole path of VS Code (though this will not work until jrnl 2.7 due to bug #1096). For me that looks like:
editor: 'C:\Users\micah\AppData\Local\Programs\Microsoft VS Code\code.exe --wait'
Documentation Change
Affected Page(s)
What Could Be Better?
I wanted to use VSCode as my external editor for jrnl. I did search online and the documentation. It lists how to set up VSCode as an external editor for MacOS and Linux but not for Windows. It would be really great if the step by step instructions for doing the same were added. Thank you :-)
Other Information
No.
The text was updated successfully, but these errors were encountered: