Do some research on how VS Code extensions work, and try to summarize this in a few short paragraphs. Provide some links to relevant resources so people can get introduced to how to code VS Code extensions. To start: see Extending Visual Studio Code. Useful information would include which files contain the main code for the project, and where configurations go.
Do some research on how VS Code extensions work, and try to summarize this in a few short paragraphs. Provide some links to relevant resources so people can get introduced to how to code VS Code extensions. To start: see Extending Visual Studio Code. Useful information would include which files contain the main code for the project, and where configurations go.
Also see what Contributing.md is about
This is a good way to get introduced to some of the concepts required to work on this project.