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
As of November 6, 2024, all sfdx commands have been officially deprecated. Currently, line 101 in vscode-salesforce-diff/src/salesforceTextDocumentProvider.ts utilizes sfdx force:source:retrieve, which, starting with CLI version 2.65.1, results in an error.
As of November 6, 2024, all sfdx commands have been officially deprecated. Currently, line 101 in vscode-salesforce-diff/src/salesforceTextDocumentProvider.ts utilizes sfdx force:source:retrieve, which, starting with CLI version 2.65.1, results in an error.
Please update the line to:
The text was updated successfully, but these errors were encountered: