Path for sfdx is truncated

Issue #2624 resolved
Alexandre Bouhier created an issue

Hello,

My path for Salesforce DX executable is always truncated after I quit PhpStorm. It seems the field is too small for keeping the right setup. I have to fill again this field each time I start my IDE.

My path is like this : /home/user/.nvm/versions/node/v20.12.2/bin/sfdx (when I start PhpStorm, it looks like this : /home/user/.nvm/versions/node/v20.12.2/bin/sf)

Comments (3)

  1. Scott Wells repo owner
    • changed status to open

    Hi. That's not truncation. It's picking up the sf executable from the system execution path. IC2 doesn't use sfdx anymore; it has been using sf since 2.3.0.6:

    https://illuminatedcloud.blogspot.com/2024/04/2306-release-notes.html

    I would also recommend that you fully uninstall/reinstall the CLI as described in the release notes linked above if you've been updating it in place for quite a while as that can result in numerous odd issues with the CLI's behavior.

  2. Log in to comment