jeffb-sfdc

Results 36 comments of jeffb-sfdc

I verified that this is what we get. This may be due to a limitation of what we get back from the Apex debugger, but it's worth looking into. This...

Note: this was discovered while looking into https://github.com/forcedotcom/salesforcedx-vscode/issues/4131, which is related to this.

Closed and replaced with https://github.com/forcedotcom/salesforcedx-vscode/pull/4388

I was able to reproduce this bug.

@simonfodenslimmingworld I discussed this issue with my team, and this appears to be working correctly. To investigate, I performed two tests: First Test With sourceApiVersion set to "52.0" in sfdx-project.json,...

Closed and replaced with https://github.com/forcedotcom/salesforcedx-vscode/pull/4388

This PR was originally https://github.com/forcedotcom/salesforcedx-vscode/pull/4240, but needed to be backed out due to an issue running on Windows. I looked into the issue, and it was b/c under Windows, `fs.realpathSync.native()`...

This turns out to not be an easy upgrade. Even though this is a dot release, there are some breaking changes and this PR requires some code changes in order...