Tutorial: Add git blame on Visual Studio Code
When you are working on a project, it is very useful to know the history of the modifications using git. If you are coding on Visual Studio Code like me, you should activate git blame by following these steps : Open Visual Studio Code Press Ctrl+Shift+X (Windows) or ⇧+⌘+X (Mac) Type blame Click install on Git Blame How to …