-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Org Browser - retrieve or metadata is not working #4008
Comments
Hi @SimonaIstrate31 , can you share what version of the Salesforce Extensions you're using? This can be found by searching for 'Salesforce' from the Marketplace tab on the left sidebar. |
Hi,
Thanks for your help |
This issue has not received a response in 7 days. It will auto-close in 7 days unless a response is posted. |
Summary
When using the OrgBrowser tool in VS Code, the following error occurs:
SyntaxError: Unexpected token c in JSON at position 4
Steps To Reproduce:
Go to OrgBrowser while in a Repo in VS Code
Refresh
Expected result
OrgBrowser should have pulled the data from my org
Actual result
SyntaxError: Unexpected token c in JSON at position 4
sfdx-project.json file:
{
"packageDirectories": [
{
"path": "force-app",
"default": true
}
],
"namespace": "",
"sfdcLoginUrl": "https://test.salesforce.com",
"sourceApiVersion": "54.0"
}
The text was updated successfully, but these errors were encountered: