#vscode-extensions
Read more stories on Hashnode
Articles with this tag
Interactive rebase · One of the processes I typically do in my daily work is interactive rebase.I commit a lot, and then before pushing the result, I try...
When you work with git, you want to get info about commits and who changed the codebase quickly. With GitLens, you can get much info about your...
In my daily routine, I work with git, and I suppose it's the same for you.I know all the standard commands to work with it in my terminal, and I love...
VsCode Extensions · Debug your tests One of the most popular things done by developers is to debug the code using console.log.But today I want to show...