function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Devon MorancieDevon Morancie 

VS Code issue

Hello everyone, I started up VS Code this monring and got this error. Tried uninstalling all extensions and Code for a clean restart, still getting it. No SFDX commands will work or anything. Can't find anything in the logs.User-added image
Ajay K DubediAjay K Dubedi
Hi Devon,
Ok don't worry Devon after uninstalling all extensions and package then you can follow this step and install this CLI Package in your  VS code IDE
I hope VS code will be work in a proper way.
1. Salesforce CLI Integration (https://developer.salesforce.com/tools/sfdxcli)
2. Salesforce extension
When you created first time a folder in VS code than you have followed these step with the command(ctrl+shift+p)
- Make sure you 'Create a project with Manifest' (Not create a  project)
- Authorize an Org (on click this you will give access your org to vs code)
- Retrieve Source in Manifest from Org
Then you can get your Org data in your VS code folder and when you will reopen this Without having to re-authenticate it each time.
If you change anything in your org then you can retrieve your data through a manifest(On click on manifest there are a package.xml file,
open package.xml and then on right click you can retrieve your data).
For more information refer: https://www.youtube.com/watch?v=7qR0c8h5cCU
I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks,
Ajay Dubedi