Skip to content

Commit cfdcc66

Browse files
committed
Add documentation for VS Code
- How to launch VS Code from Terminal - Add PEP8 compliant rulers to VS Code Editor
1 parent 303a3a7 commit cfdcc66

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

source/editor.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,20 @@ Additionally Helpful Plugins
114114
Common Django snippets for everyday use.
115115

116116
Microsoft VS Code Tricks
117-
+++++++++++++++++++++
117+
++++++++++++++++++++++++
118118

119119
Select a version of Python using *Ctrl + Shift + P*:
120120
"*Python: Select Interpreter*"
121121

122122
You can run your code using the integrated terminal. Open it using *Ctrl + `*.
123123

124-
``Microsoft VS Code`` Launcher
125-
/////////////////
124+
Microsoft VS Code Launcher
125+
++++++++++++++++++++++++++
126+
Mac: After installing VS Code, running code from the terminal as easy as typing ``code``
126127

127128

128129
Rulers
129-
//////
130+
++++++
131+
PEP8 compliant rulers can be added to VS Code by adding the following lines to your User Settings::
132+
133+
"editor.rulers": [72, 79]

0 commit comments

Comments
 (0)