June 2022
Intermediate
10m
English
Use VSCode directly on the web for editing Git repos
Although you can use VSCode locally, using it in the web allows you to avoid having an install and dealing with platform problems. There is no account required and you can directly edit GitHub repositories on the web.
In the case of Python, there are a couple of constraints that you must be aware of, like no support to run the terminal and execute a Python program. But syntax and intellisense works great, and we can even make Jupyter Notebooks work with the help of an extension.
If you are a beginner and trying out different text editors, or even if you are a seasoned developer, you will find a case to use this feature of VSCode.
Learning ObjectivesIn this lesson you will learn:
Watch now
Unlock full access