How to remove salesforce connection from VSCode

Mac/Linux:

From the Terminal type –

cd ~/.sfdx

Then put below command to list all salesforce connection Js file.

ls

Then remove the json file that is not required –

rm omnitest500@gmail.com.json

Windows:

you can press windows key + r then type %USERPROFILE%\.sfdx

In that directory you’ll find a json file for each login saved, each one named after your username in that org. Then delete the json file that is not required.

Share your love:

Leave a Reply

Your email address will not be published. Required fields are marked *