Best of VSCode โ€” April 2023

  1. 1
    Article
    Avatar of pointerPointerยท3y

    yoavbls/pretty-ts-errors: ๐Ÿ”ต Make TypeScript errors prettier and human-readable in VSCode ๐ŸŽ€

    An extension called 'pretty-ts-errors' aims to make TypeScript errors more readable and aesthetically pleasing in VSCode. It provides syntax highlighting with theme colors, buttons for navigating to relevant type declarations and error explanations, and support for various file types. The extension can be installed via the VSCode marketplace or by using the command 'code --install-extension yoavbls.pretty-ts-errors'.

  2. 2
    Article
    Avatar of vscodeVisual Studio Codeยท3y

    Visual Studio Code Day 2023

    Visual Studio Code Day 2023: An event for an editor? April 13, 2023 by Burke Holland, @burkeholland VS Code Day is a one-day "Virtually Live" event. The event kicks off with "Inside VS Code: How we build and ship it" - a keynote from Microsoft Technical Fellow Erich Gamma.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCampยท3y

    Git Merge โ€“ The Definitive Guide

    Git Merge - The Definitive Guide. By reading this post, you are going to really understand what is a Merge in Git. Merging is the process of combining the recent changes from several branches into a new commit that will be on all those branches. In a way, merging is the complement of branching in version control.

  4. 4
    Article
    Avatar of itsfossIt's Fossยท3y

    How to Connect GitHub to VS Code [Step by Step]

    VS Code is one of the most popular code editors in the world. You can seamlessly code in VS Code and push changes to your GitHub repo. It makes life so much easier to do all of it from the same application interface. You should not need to install any extension for cloning repos and pushing your changes.