forcedotcom / salesforcedx-vscode

Salesforce Extensions for VS Code
https://developer.salesforce.com/tools/vscode
BSD 3-Clause "New" or "Revised" License
953 stars 406 forks source link

fix: ISV Debugger no longer throws project configuration error when 'Launch Apex Debugger' button is clicked #5522

Closed daphne-sfdc closed 5 months ago

daphne-sfdc commented 6 months ago

What does this PR do?

Fixes an issue where the ISV Debugger fails to launch when the Launch Apex Debugger button is clicked.

What issues does this PR fix or reference?

@W-14182113@

Functionality Before

This error message pops up when the Launch Apex Debugger button is clicked, even though the project is configured correctly.

Screenshot 2024-03-28 at 11 48 06 AM (2)

Functionality After

ISV Debugger is able to start when the Launch Apex Debugger button is clicked, as expected.

Screenshot 2024-03-28 at 1 32 53 PM (2)
diyer commented 6 months ago

yay 🎉 Nice job @daphne-sfdc !!