
Once the launch configuration is set up, you can start debugging by clicking on the green play button in the debugging pane or by using the shortcut F5. This file tells VS Code how to launch the application you want to debug. To start debugging, you need to set up a launch configuration in the launch.json file. VS Code has a built-in debugging feature that allows developers to debug their code in a variety of languages, including JavaScript, Python, and C#.

VS Code also has many other features and extensions that can be used for tasks such as debugging, linting, and formatting codeĭebugging is an essential part of the development process as it allows developers to identify and fix errors in their code. These are just a few examples of how VS Code can be used for programming tasks. There are versions for Mac, Windows, and Linux.This will run the C# code and print "Hello, World!" to the console.

Once on the main page you can select the correct version for your computer. You can download Visual Studio Code from It has great customisation via the extensions although these are not necessary to be able to start coding within minutes of downloading. I mainly use Visual Studio Code for PHP, HTML and CSS. Visual Studio Code is easy to use, it’s lightening fast, and supports hundreds of languages. Visual Studio Code is an extremely popular editor with an extensive array of optional extensions to enhance your coding experience.

However, often slow response times and outages led me to consider an alternative. Up until recently, I was using CodeAnywhere which is an online editor. Over the years, I have used most code editors across both Windows and Mac environments. In this lesson you will learn how to install Visual Studio Code and MAMP on a Mac.
