salesforcedx-vscode
salesforcedx-vscode copied to clipboard
Salesforce Extensions for VS Code
### 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...
### 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...
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...
### 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,...
### 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....
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):...
**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...
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...
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...