We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c70767 commit b6edc9fCopy full SHA for b6edc9f
src/features/envCommands.ts
@@ -352,7 +352,8 @@ export async function addPythonProjectCommand(
352
return;
353
}
354
if (resource instanceof ProjectItem) {
355
- // If the context is a ProjectItem, project is already created.
+ // If the context is a ProjectItem, project is already created. Just add it to the package manager project list.
356
+ wm.add(resource.project);
357
358
359
let options: PythonProjectCreatorOptions | undefined;
0 commit comments