Skip to content

Commit 203f09d

Browse files
committed
address comments
1 parent 39331a6 commit 203f09d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/managers/conda/condaUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ interface ShellCommandMaps {
387387
* @returns Promise resolving to shell-specific activation/deactivation command maps
388388
*/
389389
async function generateShellActivationMap2(
390-
prefix: string, // this is more the prefix?? this is the conda manager not the conda exec
390+
prefix: string,
391391
envManager: EnvironmentManager,
392392
name?: string,
393393
): Promise<ShellCommandMaps> {

src/managers/conda/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export async function registerCondaFeatures(
1616
const api: PythonEnvironmentApi = await getPythonApi();
1717

1818
try {
19-
// get Conda will return only ONE conda manager, that coorelates to a single conda install
19+
// get Conda will return only ONE conda manager, that correlates to a single conda install
2020
const condaPath: string = await getConda(nativeFinder);
2121
const sourcingStatus: CondaSourcingStatus = await constructCondaSourcingStatus(condaPath);
2222
traceInfo('Conda Sourcing Status:', sourcingStatus.toString());

0 commit comments

Comments
 (0)