Visual Studio Code is an IDE (integrated development environment) that we will use to develop our projects. It mainly serves as a text editor.
2.1. Installation To install we should open our browser and go to the VSC website.
❗ We download for Windows ❗
⚠ In the installation process they will ask us if we want to install it on the way. We select that box ⚠
2.2. Extensions and configuration
Open VSC. Pressctrl + shift + p
. A menu will appear on the top. After you pressed the keys, write the following text and click on it to install:
-
Python: select the interpreter, we will proceed to install it
At the bottom of the VSC we will see a blue bar where we will have the following information:
-
Windows Subsytem Linux (WSL) tells us that we are using the linux subsystem and that we are not on windows
-
Main: in which branch of our repository we are
-
Python: in which version (interpret) we are of python and if we are in which environment we are in case we have one created.-