Skip to Content
VS Code ExtensionTroubleshooting

Troubleshooting

Because the extension is a thin shell over the CLI, most issues come down to the CLI not being found, the workspace not being initialised, or no org being set.

SymptomCauseFix
”CLI not found” / commands fail immediatelysfdt isn’t on PATHInstall @sfdt/cli, or set sfdt.cliPath to the absolute binary path
Sidebar shows $(cloud) / “not run yet”No snapshots existRun SFDT: Run Org Audit and SFDT: Run Org Monitor (or Refresh)
Commands target the wrong orgsfdt.defaultOrg empty or staleRun SFDT: Set Default Org, or edit sfdt.defaultOrg
Status bar shows SFDT with no org nameNo default org configuredSet one via SFDT: Set Default Org
Dashboard tab never openssfdt ui failed to start, or the port is busyCheck the SFDT output channel; change sfdt.dashboardPort
”No workspace” type errorsProject not initialisedOpen a Salesforce DX project and run sfdt init so the CLI can write logs/

Where to look

  • SFDT output channel — every command streams its full stdout/stderr here. Open it from the Output panel and select SFDT in the dropdown.
  • CLI doctor — for bridge/extension-stack issues, run sfdt doctor in a terminal.

Still stuck? Open an issue at github.com/scoobydrew83/sfdt/issues .

Last updated on