PopeSpaceous / CodeTalker

A Visual Studio Code Add-on that allows Speech to HTML code.
3 stars 4 forks source link

Add a short section to README.md about VS Code extensions #5

Open Michael-Overall opened 6 years ago

Michael-Overall commented 6 years ago

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.

charBap commented 6 years ago

Is it ok if I do this?