File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -114,16 +114,20 @@ Additionally Helpful Plugins
114
114
Common Django snippets for everyday use.
115
115
116
116
Microsoft VS Code Tricks
117
- +++++++++++++++++++++
117
+ ++++++++++++++++++++++++
118
118
119
119
Select a version of Python using *Ctrl + Shift + P *:
120
120
"*Python: Select Interpreter *"
121
121
122
122
You can run your code using the integrated terminal. Open it using *Ctrl + ` *.
123
123
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 ``
126
127
127
128
128
129
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]
You can’t perform that action at this time.
0 commit comments