We finished step 1, step2, step3 and step4 of creating a sample extension using new visual studio code. Let’s start with step 5 – Building the package and Publishing the extension. To Recap:
When we want to start creating our own project, we need to create a new project to contain it. Visual Studio Code manages projects by including all files from a directory. Whatever files exist in that directory are then part of our project.