From 32644b6f526c5b1533e341f22c3f66e0f5800a9b Mon Sep 17 00:00:00 2001 From: Jesse Hodges Date: Sat, 12 Aug 2017 12:48:26 -0500 Subject: [PATCH] Add VS Code cli integration instructions --- docs/recipes.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/recipes.rst b/docs/recipes.rst index 85c6b4a6..9314589f 100644 --- a/docs/recipes.rst +++ b/docs/recipes.rst @@ -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 ~~~~~~~~~