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

### Summary The project I work on requires HTTP_PROXY environment variable to be set, for sfdx commands to work. I can set that using `export HTTP_PROXY=http://MY_USERNAME:MY_PASSWORD@PROXY_URL:PORT`, and run the sfdx...

type:enhancements

### Summary When I use CMD + Click or the formal "Go to Definition" command, on the follow line in an LWC file, I would expect to be redirected to...

type:bug
area:apex
area:lwc
status: triaged

fix #5517 ### What does this PR do? Create a setting to allow the status bar to change color when the default org is a production one ### What issues...

cla:signed

### What does this PR do? - Update sfdx-core and sfdx-core related dependencies to core-bundle. - Delete deprecated integrate tests ### What issues does this PR fix or reference? @W-15288800@...

### Summary When the Salesforce Extensions for VSCode activate, they generate a jsconfig.json file within the lwc directory to support intellisense in Lightning Web Components. When the file is generated,...

type:bug

### Summary We're unable to retrieve lightning email templates using the org browser. It is possible to retrieve them via the manifest, so we do have a workaround for now....

type:bug
area:deploy/retrieve
area:orgbrowser
status: triaged
has workaround

Hello Customers, We found out today that Chromedriver v123 is incompatible with Salesforce CLI. Users with Google Chrome as their default browser and Chromedriver v123 will see an `Error (1):...

status:owned by another team
announcement

**Is your feature request related to a problem? Please describe.** When developing in VS Code, we often switch between the dev org and the production org to retrieve and compare...

type:enhancements

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

cla:signed

Type: Bug Expected Behavior Using the lightning web components extension and doing the following in a jest test with ignoring **/__tests__/** through the .forceignore should not cause any problems: import...

type:bug
area:lwc