Added `Italic` effect.

This commit is contained in:
Vinay Gawade 2022-10-12 15:52:39 +05:30 committed by GitHub
parent 39de49abc1
commit b7ce86eac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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