Skip to content

Commit d8b971a

Browse files
authored
Merge pull request #131 from brettcannon/master
Touch up the VS Code page
2 parents 6d182af + 6c1ae01 commit d8b971a

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

docs/editors.rst

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
Using VSCode as your primary Python editor
1+
Using VS Code as your primary Python editor
22
===========================================
33

4-
If you have reached upton this chapter in the book, then I think you step up
5-
into programming world by using a new editor which has a lot more features
6-
than our starting editor (mu).
4+
If you have reached this chapter in the book, then I think you can take a
5+
step up in the programming world by using a new editor which has a lot more
6+
features than our starting editor (mu).
77

8-
`VSCode <https://code.visualstudio.com/>`_ is an Open Source multi-platform
8+
`VS Code <https://code.visualstudio.com/>`_ is an Open Source multi-platform
99
code editor from Microsoft which I personally like a lot. In this chapter, I
1010
am going to show you how you can start using it.
1111

1212

13-
Installing VSCode
13+
Installing VS Code
1414
------------------
1515

16-
Download and install VSCode in your Linux distribution following `the official
16+
Download and install VS Code in your Linux distribution following `the official
1717
guidelines <https://code.visualstudio.com/docs/setup/linux>`_. Please make
1818
sure that you are following all the steps given in that page. You should add
1919
the project repository properly (either deb or rpm repo) and always verify the
2020
package (the gpg signed packages in the repo makes it easier).
2121

22-
Remember that VSCode ships monthly, means every month you will get update of
22+
Remember that VS Code ships monthly, means every month you will get update of
2323
this editor with many new features and bug fixes as required.
2424

2525

26-
Using VSCode
26+
Using VS Code
2727
-------------
2828

2929

3030
.. figure:: img/code_welcome.png
3131

32-
The above is the starting screen of VSCode, you should notice the small
32+
The above is the starting screen of VS Code, you should notice the small
3333
information box in the right hand corner.
3434

35-
You can disable ``telemetry`` and thus sending the key presses and other
36-
information goes back to the Microsoft collects. Go to the settings page by
35+
You can disable ``telemetry`` and thus sending the commands and other
36+
information that Microsoft collects. Go to the settings page by
3737
using ``File->Preference->Settings`` in the menu.
3838

3939

@@ -43,8 +43,9 @@ using ``File->Preference->Settings`` in the menu.
4343
Install the Python extension
4444
-----------------------------
4545

46-
The next step would be to install ``Python extension`` in the VSCode.
47-
Go to the extensions from the left hand side bar, and install the Python
46+
The next step would be to install the `Python extension
47+
<https://marketplace.visualstudio.com/items?itemName=ms-python.python>`_ in VS Code.
48+
Go to "Extensions" from the left hand activity bar, and install the Python
4849
extension.
4950

5051
.. figure:: img/code_install_python.png
@@ -54,9 +55,9 @@ Start working on your code
5455
---------------------------
5556

5657
Now, you can start working on your favorite project. Open up the directory in
57-
VSCode, and start editing.
58+
VS Code, and start editing.
5859

59-
Feel free to go through the `VSCode documentation
60+
Feel free to go through the `VS Code documentation
6061
<https://code.visualstudio.com/docs/getstarted/tips-and-tricks>`_ to learn more about the editor.
6162

6263
We will add a few more things in this chapter later.

0 commit comments

Comments
 (0)