Troubleshoot the Salesforce Development Plugin
Use these solutions to resolve common Salesforce Development plugin issues.
| Issue | What to Do |
|---|---|
| Recommendation doesn’t appear | Confirm that you’re in a Salesforce DX project. Run /salesforce-development:plugin-recommendations status. If recommendations are off, run /salesforce-development:plugin-recommendations on to restore matching. Then run /salesforce-development:discover plugins SEARCH_TEXT, replacing SEARCH_TEXT with a feature or task such as LWC accessibility. |
| Plugin installs but its skills don’t load | Run /reload-plugins. |
| Recommendations appear too often or not often enough | Run /salesforce-development:plugin-recommendations status to see the current sensitivity. Set it with /salesforce-development:plugin-recommendations set low, /salesforce-development:plugin-recommendations set standard, or /salesforce-development:plugin-recommendations set high. Low sensitivity shows fewer recommendations; high sensitivity shows more. For finer control, run /salesforce-development:plugin-recommendations set CUSTOM_VALUE, where CUSTOM_VALUE is from 1.0 through 10.0. Lower numbers show more recommendations; higher numbers require a stronger match. |
| You prefer to browse plugins manually | Run /salesforce-development:plugin-recommendations off and browse the marketplace with /plugin. This setting also disables matching through /salesforce-development:discover plugins. Run /salesforce-development:plugin-recommendations on to restore matching. |
| Wrong org or expired login | Run sf org display --json. If authentication expired, run /salesforce-development:login. |