diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 683f25e..50f6340 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -36,4 +36,5 @@ Thanks for your contribution! If you're submitting a tutorial, please ensure it * [ ] Voxel Engine * [ ] Web Search Engine * [ ] Web Server +* [ ] VS Code Extension * [ ] Uncategorized diff --git a/README.md b/README.md index 0c4d2d1..6b2e6e1 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ It's a great way to learn. * [Voxel Engine](#build-your-own-voxel-engine) * [Web Browser](#build-your-own-web-browser) * [Web Server](#build-your-own-web-server) +* [VS Code Extension](#build-your-own-vs-code-extension) * [Uncategorized](#uncategorized) ## Tutorials @@ -409,6 +410,12 @@ It's a great way to learn. * [**Python**: _Implementing a RESTful Web API with Python & Flask_](http://blog.luisrei.com/articles/flaskrest.html) * [**Ruby**: _Building a simple websockets server from scratch in Ruby_](http://blog.honeybadger.io/building-a-simple-websockets-server-from-scratch-in-ruby/) +#### Build your own `VS Code Extension` + +* [**JavaScript**: _How to Make Your Own VS Code Extension (Ex.Hello World)_](https://www.freecodecamp.org/news/making-vscode-extension) + +* [**TypeScript**: _How to Make Your Own VS Code Extension (Ex.Hello World)_](https://vscode-docs.readthedocs.io/en/stable/extensions/example-hello-world) + #### Uncategorized * [**(any)**: _From NAND to Tetris: Building a Modern Computer From First Principles_](http://nand2tetris.org/)