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 3091a30..053bd95 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre * [Visual Recognition System](#build-your-own-visual-recognition-system) * [Voxel Engine](#build-your-own-voxel-engine) * [Web Server](#build-your-own-web-server) +* [VS Code Extension](#build-your-own-vs-code-extension) * [Uncategorized](#uncategorized) ## Tutorials @@ -380,6 +381,12 @@ This repository is a compilation of well-written, step-by-step guides for re-cre * [**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/)