File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ interface ShellCommandMaps {
387387 * @returns Promise resolving to shell-specific activation/deactivation command maps
388388 */
389389async 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 > {
Original file line number Diff line number Diff 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 ( ) ) ;
You can’t perform that action at this time.
0 commit comments