Open daphne-sfdc opened 6 months ago
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.
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:
Shared: 1.81.0
Minimum Supported: 1.82.0
It looks like you're using an outdated version of VSCode. 1.81.0 is no longer supported by the Salesforce Extensions for VSCode as of February 29, 2024. We highly recommend you move from 1.81.0 to the latest VSCode version ASAP.
Download the latest VSCode here.
After you install a supported VSCode version, run your command again and see if the VSCode upgrade resolves your issue. If the issue still persists, please provide your VSCode version and we can continue diagnosing.
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.
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:Windows
VS Code version:1.81.0
Most recent version of the extensions where this was working:None