mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 03:58:32 +02:00
Add VS Code cli integration instructions
This commit is contained in:
parent
9ffca1a7a6
commit
32644b6f52
1 changed files with 9 additions and 0 deletions
|
@ -111,6 +111,15 @@ Similar to Sublime Text, MacVim must be started with a flag that tells the the p
|
|||
|
||||
"editor": "mvim -f"
|
||||
|
||||
Visual Studio Code
|
||||
~~~~~~
|
||||
|
||||
Similar to Sublime Text and MacVim, VS Code must be started with a flag that tells the the process to wait until the file is closed before passing control back to journal. In the case of VS Code, this is ``-w``:
|
||||
|
||||
.. code-block:: javascript
|
||||
|
||||
"editor": "code -w"
|
||||
|
||||
iA Writer
|
||||
~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue