Skip to content

Commit

Permalink
Do not display error message if sf is installed via CodeBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Mar 4, 2025
1 parent a9841f7 commit f58c65d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- Add your updates here :)

## [5.8.1] 2024-03-04

- Do not display error message if sf is installed via CodeBuilder

## [5.8.0] 2024-02-27

- Add PDF generation commands
Expand Down
1 change: 1 addition & 0 deletions src/hardis-plugins-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ export class HardisPluginsProvider
!sfdxPath.includes("npm") &&
!sfdxPath.includes("node") &&
!sfdxPath.includes("nvm") &&
!sfdxPath.includes("/home/codebuilder/.sf/bin/sf") &&
!(
sfdxPath.includes("/usr/local/bin") && process.platform === "darwin"
) &&
Expand Down

0 comments on commit f58c65d

Please sign in to comment.