Skip to content

Commit

Permalink
Update min version of cli plugin (#176)
Browse files Browse the repository at this point in the history
to support how the vscode extensions currently execute sfdx commands with the
old --loglevel arg.
  • Loading branch information
smithgp committed May 13, 2024
1 parent 524bb2b commit 7d663c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/analyticsdx-vscode-core/src/util/sfdx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const pluginName = '@salesforce/analytics';

// The minumum version of the @salesforce/analytics plugins our extensions require for everything to work right,
// and that we want folks to be at.
const minAdxPluginVersion = '1.0.22';
const minAdxPluginVersion = '1.4.15';

export async function isSfdxInstalled(): Promise<boolean> {
try {
Expand Down

0 comments on commit 7d663c7

Please sign in to comment.