Here's listed some of the important vscode extenstions that can save you a lot of time.
The list of extensions are mentioned inside vscode.md
, navigate into it to see.
You can make contribution if you have extensions that you want to list here and make everyone's life better.
# Clone this repository
git clone https://github.com/realtouseef/must-have-vscode-extensions.git
# Go into the repository
cd must-have-vscode-extensions
After you have made changes
# Add everything to gitub
git add .
# Mention what changes you made
git commit -m "your message here"
# Push it ot GitHub
git push
Then make a pull request.