-
I receive the following error when attempting to use the "Debug Single Unit Test" feature in the Visual Studio Code extensions. Note: I did run SFDX: Turn On Apex Debug Log for Replay Debugger and fo…
-
### Summary
Switch statement is not highlighted properly in VSCode due to the dashes in the 'when' conditions. See example below.
```
switch on languageRFC {
when 'de-CH' {
…
axmav updated
2 months ago
-
This notification shows when I try to open my `codecov.yml` file in VS code:
![Image](https://github.com/user-attachments/assets/3f040e02-bb5a-40d2-8b8e-6b7d522d2e91)
Here is the output:
```
[Err…
-
I can not resolve it .
whatever
https://myDomain.my.salesforce.com/apex/demoAdapterPage
or
https://myDomain.lightning.instanceName.force.com/apex/demoAdapterPage
-
- https://desisfdeveloper.wordpress.com/2016/07/13/salesforce-tooling-api-create-update-and-delete-apex-class-dynamically-using-tooling-api-with-rest-api/ (see section '2. Update an Apex Class using T…
-
Graph Engine identified your source and sink, but you must manually verify that you have a sanitizer in this path. Then, add an engine directive to skip the path. Next, create a Github issue for the C…
-
### Summary
Salesforce extensions fail to load/activate when attempting to create SFDX project.
### Steps To Reproduce:
1. Launch Visual Studio Code (User install) v1.94.2
1. Type …
-
**Unit test**
- [ ] ability to launch unit test (select or all)
- [ ] display result of unit test : ApexTestRunResult global and ApexTestResult/ApexTestQueueItem by method
- [ ] display code covera…
-
import { LightningElement, track, api } from 'lwc';
import createCase from '@salesforce/apex/CaseCreationController.createCase';
import uploadFile from '@salesforce/apex/CaseCreationController.uploa…
-
### Summary
For the same code run as Anonymous Apex or deployed on class save to org, there are different error messages. This one from Anonymous run is misleading.
### Steps To Reproduce
Hav…