We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27f875 commit f174d6eCopy full SHA for f174d6e
src/features/envCommands.ts
@@ -607,6 +607,7 @@ export async function createTerminalCommand(
607
tm: TerminalManager,
608
): Promise<Terminal | undefined> {
609
const pythonProjects = api.getPythonProjects();
610
+ // If no context is provided, or there are multiple projects, prompt the user to select a project for the terminal's cwd
611
if (context === undefined || pythonProjects.length > 0) {
612
const pw = await pickProject(pythonProjects);
613
if (pw) {
0 commit comments