You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you click the icon in the bottom status bar that opens the current default org, the org doesn't open. See screenshot for the error shown. This happens from VS Code and from Code Builder.
To reproduce:
From VS Code or Code Builder, be sure you have an org connected
Click the org-open icon in the bottom status bar
Expected result: Org opens in a new tab
Actual result: Error in the toast message & output panel. The org does not open.
See screenshot for visual. Here's the error:
Starting SFDX: Open Default Org
09:04:22.323 sfdx org:open
/Users/smaddox/.local/share/sfdx/client/bin/sfdx: line 16: /Users/smaddox/.local/share/sfdx/client/bin/../7.209.6-8ba3197/bin/sfdx: No such file or directory
09:04:22.646 sfdx org:open
ended with exit code 1
Salesforce Extension Version in VS Code: 58.16.0
OS and version: Mac ventura 13.5.2
The text was updated successfully, but these errors were encountered:
@smaddox-sf I tried this locally and I am not seeing this error when the default org icon is present in vscode.
Could you provide the version of sfdx you are using by running sfdx --version in a vscode terminal.
Given that your vscode session is detecting a default org could you run sfdx org:list and sfdx config:list and share the results. Please redact any sensitive information from org:list and config:list.
Seems that sfdx had been removed from the file system, so a reinstall fixed the failure seen. The error presented to the user is not useful, as the runtime env should better detect and report that sfdx is not present.
If you click the icon in the bottom status bar that opens the current default org, the org doesn't open. See screenshot for the error shown. This happens from VS Code and from Code Builder.
To reproduce:
Expected result: Org opens in a new tab
Actual result: Error in the toast message & output panel. The org does not open.
See screenshot for visual. Here's the error:
Salesforce Extension Version in VS Code: 58.16.0
OS and version: Mac ventura 13.5.2
The text was updated successfully, but these errors were encountered: