forcedotcom / salesforcedx-vscode

Salesforce Extensions for VS Code
https://developer.salesforce.com/tools/vscode
BSD 3-Clause "New" or "Revised" License
939 stars 397 forks source link

📢 📢 Einstein for Developers enters the Salesforce Extension Pack (Expanded) with release 60.15.0 of the Expanded Pack #5618

Open AnanyaJha opened 1 month ago

AnanyaJha commented 1 month ago

🚀 We’re thrilled to announce that Einstein for Developers (Beta) is now a part of the Salesforce Expanded Pack! 🚀 Here’s what you can expect with this change:

We’re excited that we’ve made it easier for you to give Einstein for Developers a spin, and we hope you’ll give it a try. We’d love your feedback ! 📝

jh480 commented 1 month ago

Disabling it in the User settings will leave it enabled in the Workspace Settings, for every project folder.

daphne-sfdc commented 1 month ago

Hi @jh480,

Workspace settings have precedence over user settings, so the feature is working as expected. If E4D is explicitly enabled in workspace settings and explicitly disabled in user settings, E4D should remain enabled in the current project.

If you would like each user in your project to be able to decide themselves whether they want to enable E4D, run Preferences: Open Workspace Settings (JSON) in the command palette and remove the line "salesforce.einsteinForDevelopers.enable": true from the settings.json file, then push the modified settings.json file to Github.

jh480 commented 1 month ago

Thanks, Daphne!