How to open Visual Studio Code(VSCode) from terminal?Follow below steps, if you have installed VSCode recently on MAC and you want to open VSCode from…Gulshan SainiJuly 24, 2020 1 min
How to disable prettier in VSCode for a specific project?Prettier is an opinionated code formatter and ensures that code follows consistent style. It can…Gulshan SainiJune 19, 2020 1 min
How to diff two files in Visual Studio Code(VSCode)?Suppose we have below two files that we want to compare inside VSCode. index.html index-old.html…Gulshan SainiJune 14, 2020 1 min
How to open the integrated terminal in Visual Studio Code(VSCode)?Visual Studio Code (VSCode) comes with integrated terminal. You can access terminal using any of…Gulshan SainiJune 13, 2020 1 min