Skip to content

Commit dd76d4f

Browse files
authored
Change log level on pixi interpreter discovery to reduce confusion (#24164)
Reference: #23773 and #23773 (comment) It seems that pixi warnings may be confusing unnecessary confusion among folks who may not even intend to use pixi environment. Changing log level for clarity and further help diagnosing problems that may be unrelated to pixi.
1 parent d879a0d commit dd76d4f

File tree

1 file changed

+1
-1
lines changed
  • src/client/pythonEnvironments/common/environmentManagers

1 file changed

+1
-1
lines changed

src/client/pythonEnvironments/common/environmentManagers/pixi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export async function getPixiEnvironmentFromInterpreter(
273273
// Find the pixi executable for the project
274274
pixi = pixi || (await Pixi.getPixi());
275275
if (!pixi) {
276-
traceWarn(`could not find a pixi interpreter for the interpreter at ${interpreterPath}`);
276+
traceVerbose(`could not find a pixi interpreter for the interpreter at ${interpreterPath}`);
277277
return undefined;
278278
}
279279

0 commit comments

Comments
 (0)