Skip to content

Commit fb0ea2d

Browse files
committed
minor fix
1 parent d418cb2 commit fb0ea2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/pickers/managers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export async function pickCreator(creators: PythonProjectCreator[]): Promise<Pyt
166166
return autoFindCreator;
167167
case 'Select Existing':
168168
return existingProjectsCreator;
169-
case 'Create New...':
169+
case 'Create New':
170170
// Show second level menu for other creators
171171
if (otherCreators.length === 0) {
172172
return undefined;

0 commit comments

Comments
 (0)