We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8a02d commit 41cc83bCopy full SHA for 41cc83b
src/features/envCommands.ts
@@ -282,8 +282,8 @@ export async function setEnvironmentCommand(
282
}
283
/**
284
* 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
+ * @param selectedProjects Array of PythonProject selected by user
+ * @param environment The environment to set for the projects
287
* @param em The EnvironmentManagers instance
288
*/
289
async function setEnvironmentForProjects(
0 commit comments