Open daphne-sfdc opened 6 months ago
Hello @daphne-sfdc :wave: None of the versions of sf
you shared match the latest release.
Shared: 2.39.6
Latest: 2.42.6
Update to the latest version of Salesforce CLI (docs) and confirm that you're still seeing your issue.
You can also try the rc
and nightly
releases! (docs)
After updating, share the full output of sf --version
.
Hello @daphne-sfdc :wave: None of the versions of the Salesforce Extension Pack you shared match the latest release.
Shared: 60.11.0
Latest: 60.13.0
Update to the latest version of the Salesforce Extension Pack in the VSCode Extensions view and confirm that you're still seeing your issue.
After updating, share your current extensions version.
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support.
Summary
When I retrieve the source based on package.xml using SFDX: Retrieve Source in Manifest from Org
then despite of window being wide enough (as I am using 4k display with 150% scaling factor) "xml" file extension is moved to next line which results in additional lines added which is not needed.
Steps To Reproduce:
Expected result
"xml" is at the end of the line as there is enough space: CustomLabels CustomLabels force-app\main\default\labels\CustomLabels.labels-meta.xml
Actual result
Text is wrapped at last dot (.) and "xml" is in new line: CustomLabels CustomLabels force-app\main\default\labels\CustomLabels.labels-meta. xml
Additional information
Salesforce Extension Version in VS Code:v60.11.0
Salesforce CLI Version:@salesforce/cli/2.39.6 win32-x64 node-v20.12.2
OS and version:Widnows 11
VS Code version:1.89.0
Most recent version of the extensions where this was working:None