From 39de49abc1961aa5f2d2f71d7b73c3100ea106ed Mon Sep 17 00:00:00 2001 From: vinugawade Date: Sun, 9 Oct 2022 19:20:08 +0530 Subject: [PATCH 1/2] Added New `Category` & `Tutorial` content for `VS Code Extension`. --- ISSUE_TEMPLATE.md | 1 + README.md | 7 +++++++ 2 files changed, 8 insertions(+) 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/) From b7ce86eac2965ddc893a65a6b336fc57d7121515 Mon Sep 17 00:00:00 2001 From: Vinay Gawade <65772870+vinugawade@users.noreply.github.com> Date: Wed, 12 Oct 2022 15:52:39 +0530 Subject: [PATCH 2/2] Added `Italic` effect. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 053bd95..69bef11 100644 --- a/README.md +++ b/README.md @@ -383,9 +383,9 @@ This repository is a compilation of well-written, step-by-step guides for re-cre #### 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) +* [**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) +* [**TypeScript**: _How to Make Your Own VS Code Extension (Ex.Hello World)_](https://vscode-docs.readthedocs.io/en/stable/extensions/example-hello-world) #### Uncategorized