Steps to authenticate Salesforce Org with VS code VS code is used to write programs(LWC, Aura components, Apex classes, Triggers) in our local machines and to deploy it to our Salesforce org. Steps: 1. Install VS code. (https://code.visualstudio.com/download) 2. Download salesforce CLI (https://developer.salesforce.com/tools/sfdxcli) 3. Add salesforce CLI path to the environment variable in the local machine a) open environment variable, click on New, and add the path. b) The path is taken from C:\Program Files\Salesforce CLI\bin 4. Test whether CLI is installed or not by command prompt. a) Open command prompt --> click on windows-->type cmd, command prompt pallet will open type sfdx or sfdx --version ...