Skip to content

Commit 5fb900c

Browse files
committed
remove unneeded comment
1 parent d033b8b commit 5fb900c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/features/envCommands.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,6 @@ export async function addPythonProjectCommand(
453453

454454
try {
455455
const result = await creator.create(options);
456-
457-
// If the creator returns a Uri (like a script file), open it in the editor
458456
if (result instanceof Uri) {
459457
await showTextDocument(result);
460458
}

0 commit comments

Comments
 (0)