Skip to content

Commit f174d6e

Browse files
committed
Lint
1 parent e27f875 commit f174d6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/features/envCommands.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ export async function createTerminalCommand(
607607
tm: TerminalManager,
608608
): Promise<Terminal | undefined> {
609609
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
610611
if (context === undefined || pythonProjects.length > 0) {
611612
const pw = await pickProject(pythonProjects);
612613
if (pw) {

0 commit comments

Comments
 (0)