From 01c34e3b72aa5096bdab6a5017db3a8f652d01de Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 8 Mar 2018 15:23:14 -0800 Subject: [PATCH] Use VS Code as the example editor for EDITOR usage Now that VS Code has pipenv support out of the box, might at well use an example that doesn't require any extra setup :wink: --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 65af4061..f67a35e6 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -210,7 +210,7 @@ Pipenv allows you to open any Python module that is installed (including ones in This allows you to easily read the code you're consuming, instead of looking it up on GitHub. -.. note:: The standard ``EDITOR`` environment variable is used for this. If you're using Sublime Text, for example, you'll want to ``export EDITOR=subl`` (once you've installed the command-line utility). +.. note:: The standard ``EDITOR`` environment variable is used for this. If you're using VS Code, for example, you'll want to ``export EDITOR=code`` (if you're on macOS you will want to `install the command `_ on to your ``PATH`` first). ☤ Automatic Python Installation -------------------------------