code-builder-feedback icon indicating copy to clipboard operation
code-builder-feedback copied to clipboard

Unable to see any SFDX commands from Command Palette

Open jschwarzbeck-fi opened this issue 2 months ago • 2 comments

Good Day,

Starting this Morning (Pacific Time), our teams (located all across the US) are unable to access any SFDX commands from the command palette in Code Builder.

To Reproduce:

Open Code Builder Close any forlder you may have open, to start from scratch Open command palette and type "SFDX: Create Project with Manifest" (or just SFDX to see the available options)

We are expecting to see the available SFDX options, whereas nothing is found.

Java is installed properly, and it is in the $PATH sf/Node is installed correctly in $HOME/.sf/bin/ and contained in the $PATH

Both commands above are available from the console.

codebuilder@ip-10-139-21-xx:~$ which java
/usr/bin/java

codebuilder@ip-10-139-21-xx:~$ which sf
/home/codebuilder/.sf/bin/sf

codebuilder@ip-10-139-21-xx:~$ java --version
openjdk 21.0.8 2025-07-15
OpenJDK Runtime Environment (build 21.0.8+9-Ubuntu-0ubuntu122.04.1)
OpenJDK 64-Bit Server VM (build 21.0.8+9-Ubuntu-0ubuntu122.04.1, mixed mode, sharing)

codebuilder@ip-10-139-21-xx:~$ sf version
@salesforce/cli/2.107.6 linux-x64 node-v22.19.0

codebuilder@ip-10-139-21-xx9:~$ echo $PATH
/usr/lib/code-server/lib/vscode/bin/remote-cli:/home/codebuilder/.asdf/shims:/home/codebuilder/.asdf/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/codebuilder/.npm-packages/bin:/home/codebuilder/.local/bin:/usr/local/lib/nodejs/bin:/home/codebuilder/.sf/bin:/home/codebuilder/.sfdx/bin

Code Builder Setting's Java : Home Path is correctly pointing to /usr/lib/jvm/java-21-openjdk-amd64

Thanks, Julio.

jschwarzbeck-fi avatar Oct 06 '25 15:10 jschwarzbeck-fi

Hi there @jschwarzbeck-fi!

Our team identified a bug related to this and we have a PR in process that should be released later this week. https://github.com/forcedotcom/salesforcedx-vscode/pull/6586

Apologies for the inconvenience - it should be fixed very soon.

jfryman avatar Oct 07 '25 13:10 jfryman

Thanks as always!

jschwarzbeck-fi avatar Oct 07 '25 15:10 jschwarzbeck-fi