Skip to content

Commit 41cc83b

Browse files
committed
fix naming
1 parent ec8a02d commit 41cc83b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/features/envCommands.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ export async function setEnvironmentCommand(
282282
}
283283
/**
284284
* Sets the environment for the given projects, showing a warning for those already set.
285-
* @param selectedProjects Array of project items (with .uri and .name)
286-
* @param environment The environment to set
285+
* @param selectedProjects Array of PythonProject selected by user
286+
* @param environment The environment to set for the projects
287287
* @param em The EnvironmentManagers instance
288288
*/
289289
async function setEnvironmentForProjects(

0 commit comments

Comments
 (0)