We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a98e27 commit 5a9389bCopy full SHA for 5a9389b
1 file changed
src/managers/conda/condaUtils.ts
@@ -418,20 +418,6 @@ async function readProfile(profilePath: string): Promise<boolean> {
418
return false;
419
}
420
421
-// async function readCmdCondaInit(): Promise<boolean> {
422
-// if (!isWindows()) {
423
-// return false;
424
-// }
425
-// try {
426
-// const { stdout } = await exec('reg query "HKCU\\Software\\Microsoft\\Command Processor" /v AutoRun', {
427
-// windowsHide: true,
428
-// });
429
-// return stdout.includes('conda') && stdout.includes('activate');
430
-// } catch {
431
432
433
434
-
435
async function getPrefixesCondaPythonInfo(
436
prefix: string,
437
executable: string,
0 commit comments