From cfdcc660beb5c8d056d4bb61272bc907b2146164 Mon Sep 17 00:00:00 2001 From: Anurag Saxena Date: Mon, 9 Jul 2018 17:11:11 -0400 Subject: [PATCH] Add documentation for VS Code - How to launch VS Code from Terminal - Add PEP8 compliant rulers to VS Code Editor --- source/editor.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/source/editor.rst b/source/editor.rst index 2161ea5..61c5faa 100644 --- a/source/editor.rst +++ b/source/editor.rst @@ -114,16 +114,20 @@ Additionally Helpful Plugins Common Django snippets for everyday use. Microsoft VS Code Tricks -+++++++++++++++++++++ +++++++++++++++++++++++++ Select a version of Python using *Ctrl + Shift + P*: "*Python: Select Interpreter*" You can run your code using the integrated terminal. Open it using *Ctrl + `*. -``Microsoft VS Code`` Launcher -///////////////// +Microsoft VS Code Launcher +++++++++++++++++++++++++++ +Mac: After installing VS Code, running code from the terminal as easy as typing ``code`` Rulers -////// +++++++ +PEP8 compliant rulers can be added to VS Code by adding the following lines to your User Settings:: + + "editor.rulers": [72, 79]