salesforcedx-vscode icon indicating copy to clipboard operation
salesforcedx-vscode copied to clipboard

Salesforce Extensions for VS Code

Results 293 salesforcedx-vscode issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Query Editor should allow selection of deleted records or archived activities. **Describe the solution you'd like** Query Editor should allow...

area:soql
type:enhancements

feat: create apex class in classes directory when right clicking to create class This is just draft PR and I am pretty sure my implementation is not the best. Would...

cla:signed
type:community-contrib

### Summary In VS Code, when running "SFDX Diff Folder against org" on a "classes" folder of Apex code (from a SFDX-format source repository), the visualisation does not run prettier...

area:apex
area:usability
area:diff
type:enhancements

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...

replay-debugger

### Summary The code inside of an initializer (more info at "[Using Initialization Code](https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_static.htm)") does not match method code blocks. ### Steps To Reproduce: 1. Create a class like this:...

area:apex
area:syntaxhighlighting

### Summary Autocomplete / IntelliSense not working for Apex code. On both SObjects and built in Apex functions. ### Steps To Reproduce: 1. Open Salesforce project, with existing classes. 2....

type:bug
area:apex

Type: Bug just having it installed causes the extension host to restart continuously. Extension version: 58.0.1 VS Code version: Code 1.78.2 (b3e4e68a0bc097f0ae7907b217c1119af9e03435, 2023-05-10T15:00:40.428Z) OS version: Darwin arm64 22.4.0 Modes: Sandboxed:...

type:bug
status:needs eng review

### Summary There were some recent changes to our deploy/retrieve libraries that exposed the ExpressionSetDefinitionVersion, but it cannot be used separately at this time. This bug is waiting on a...

type:bug
area:deploy/retrieve
status:owned by another team

Bumps [@octokit/core](https://github.com/octokit/core.js) from 4.0.5 to 4.2.0. Release notes Sourced from @​octokit/core's releases. v4.2.0 4.2.0 (2023-01-20) Features add support for many new endpoints (#548) (5ffb0f8) v4.1.0 Type Features add support for...

dependencies
javascript

### Summary Refresh sObject Definition does not work for Custom Sharing Rule Objects ### Steps To Reproduce: 1. Define a custom sharing rule object. Ex: MyObject__Share shareRule = new MyObject__Share();...

area:apex
type:feedback
status:needs eng review