David Giraldo

Results 10 comments of David Giraldo

> @jdgirald have you tried using the Checkpoint feature? That might help you get the information that you're looking for: https://developer.salesforce.com/tools/vscode/en/apex/replay-debugger#set-breakpoints-and-checkpoints thanks @randi274, yes I am aware of that feature....

@AnanyaJha I have the same issue. BTW The path (`src/`) is set in the `packageDirectories` in sfdx-project.json. I think the option should be available in any folder and not only...

I have a similar issue with GlobalValueSets and API version 56.0

Hi, any updates on this. If this is the standard behaviour, then [prettier apex](https://github.com/dangmai/prettier-plugin-apex) should set `apexInsertFinalNewline` to `false` by default to avoid this issue. Thanks @dangmai

Hey @fedegiust, I had the same issue, and it seems to be fixed after 7.156.1 cli version > FIX: You can now run the force:mdapi:deploy command on a production org...

Hi @mshanemc: is this something you can help with? I see this error at least daily in our CI pipeline

@cristiand391 thanks for the solution. We are not receiving the error anymore. Should this be documented somewhere? Looks like `SFDX_DISABLE_DNS_CHECK` optimize the deployment process. There is no point in trying...

@mostafa-anm I had the same issue. I have added this to the prettier config file to prevent the diffs: `{ "files": "*.{cls,trigger}", "options": { "apexInsertFinalNewline": false } }`

seems this was fixed with https://github.com/forcedotcom/salesforcedx-vscode/pull/4411

@matthewpomar from experience with multiple projects, this is what we currently have in our github repo `"ApexClass", "ApexComponent", "ApexPage", "ApexTrigger", "AuraDefinitionBundle", "BusinessProcess", "CustomField", "CustomLabels", "CustomLabel", "CustomMetadata", "CustomNotificationType", "CustomObject", "CustomPermission", "CustomTab",...