Added New `Category` & `Tutorial` content for `VS Code Extension`.

pull/811/head
vinugawade 3 years ago
parent b6ed38590c
commit 39de49abc1

@ -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

@ -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/)

Loading…
Cancel
Save